Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
661d09a2
Commit
661d09a2
authored
May 08, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-annotate User model
parent
a4267033
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
app/models/user.rb
app/models/user.rb
+5
-0
spec/models/user_spec.rb
spec/models/user_spec.rb
+5
-0
No files found.
app/models/user.rb
View file @
661d09a2
...
@@ -50,6 +50,11 @@
...
@@ -50,6 +50,11 @@
# bitbucket_access_token :string(255)
# bitbucket_access_token :string(255)
# bitbucket_access_token_secret :string(255)
# bitbucket_access_token_secret :string(255)
# location :string(255)
# location :string(255)
# encrypted_otp_secret :string(255)
# encrypted_otp_secret_iv :string(255)
# encrypted_otp_secret_salt :string(255)
# otp_required_for_login :boolean
# otp_backup_codes :text
# public_email :string(255) default(""), not null
# public_email :string(255) default(""), not null
#
#
...
...
spec/models/user_spec.rb
View file @
661d09a2
...
@@ -50,6 +50,11 @@
...
@@ -50,6 +50,11 @@
# bitbucket_access_token :string(255)
# bitbucket_access_token :string(255)
# bitbucket_access_token_secret :string(255)
# bitbucket_access_token_secret :string(255)
# location :string(255)
# location :string(255)
# encrypted_otp_secret :string(255)
# encrypted_otp_secret_iv :string(255)
# encrypted_otp_secret_salt :string(255)
# otp_required_for_login :boolean
# otp_backup_codes :text
# public_email :string(255) default(""), not null
# public_email :string(255) default(""), not null
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment