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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user