mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
Set email address as the provider id when registring a user via api web interface
This commit is contained in:
parent
85a22f632c
commit
104fd1bb75
@ -65,7 +65,7 @@ class OBPUser extends MegaProtoUser[OBPUser] with Logger{
|
||||
.lastName(lastName.get)
|
||||
.email(email)
|
||||
.provider_(Props.get("hostname",""))
|
||||
.providerId(java.util.UUID.randomUUID.toString)
|
||||
.providerId(email)
|
||||
.saveMe
|
||||
user(apiUser)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user