remove secrets from credentials (#198)
Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/198 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
This commit is contained in:
@@ -8,14 +8,11 @@ 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