Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Eclipse Projects
xfsc
Organization Credential Manager
documentation
Merge requests
!1
remove OTP
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove OTP
remove-otp
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Cristina Pauna
requested to merge
remove-otp
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
42ec965a
1 commit,
2 years ago
1 file
+
0
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
er-diagram.md
+
0
−
10
Options
@@ -17,8 +17,6 @@
User }|--|| Participant : Has
OTP ||--|| Participant : Sends-Email-OTP
Config {
uuid id
string key
@@ -27,13 +25,6 @@
DateTime updated_date
}
OTP {
uuid id
string otp
DateTime created_date
DateTime updated_date
}
Participant {
uuid id
string name
@@ -49,7 +40,6 @@
uuid id
string email
string password
string otp_id
Boolean is_verified
Role role
uuid participant_id
Loading