Skip to content
Snippets Groups Projects
Commit e731bd70 authored by Kalin Canov's avatar Kalin Canov :fishing_pole_and_fish:
Browse files

Merge branch 'remove-otp' into 'main'

remove OTP

See merge request gaia-x/data-infrastructure-federation-services/ocm/documentation!1
parents fe085782 42ec965a
No related branches found
No related tags found
1 merge request!1remove OTP
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
User }|--|| Participant : Has User }|--|| Participant : Has
OTP ||--|| Participant : Sends-Email-OTP
Config { Config {
uuid id uuid id
string key string key
...@@ -27,13 +25,6 @@ ...@@ -27,13 +25,6 @@
DateTime updated_date DateTime updated_date
} }
OTP {
uuid id
string otp
DateTime created_date
DateTime updated_date
}
Participant { Participant {
uuid id uuid id
string name string name
...@@ -49,7 +40,6 @@ ...@@ -49,7 +40,6 @@
uuid id uuid id
string email string email
string password string password
string otp_id
Boolean is_verified Boolean is_verified
Role role Role role
uuid participant_id uuid participant_id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment