1
0

Revert "remove secrets from credentials (#198)" (#200)

This reverts commit 27b4f59a97.

Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/200
Reviewed-by: Timotheus Pokorra <timotheus.pokorra@hostsharing.net>
This commit is contained in:
Michael Hoennig
2025-09-10 14:26:47 +02:00
parent 942b7a047e
commit 6de920dc38
18 changed files with 186 additions and 19 deletions
@@ -8,11 +8,14 @@ classDiagram
Credentials "1..n" --o "1" CredentialsContextMapping
class Credentials{
+totpSecret: text
+phonePassword: text
+emailAdress: text
+smsNumber: text
-active: bool [r/w]
-globalUid: int [w/o]
-globalGid: int [w/o]
-onboardingToken: text [w/o]
}
class CredentialsContext{