mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-05 23:41:48 +01:00
Make email address voluntary in preferences; update tests to handle the added email field better
This commit is contained in:
parent
f9f7e6b9ea
commit
efee4976b0
5 changed files with 71 additions and 21 deletions
11
test/fixtures/users.yml
vendored
11
test/fixtures/users.yml
vendored
|
|
@ -19,6 +19,17 @@ other_user:
|
|||
last_name: Doe
|
||||
auth_type: database
|
||||
|
||||
other_user_email:
|
||||
id: 3
|
||||
login: joe
|
||||
crypted_password: <%= BCrypt::Password.create("open") %>
|
||||
token: <%= Digest::SHA1.hexdigest("joeSun Feb 19 14:42:45 GMT 20060.408173979260027") %>
|
||||
is_admin: false
|
||||
first_name: Jane
|
||||
last_name: Doe
|
||||
email: joe@example.org
|
||||
auth_type: database
|
||||
|
||||
ldap_user:
|
||||
id: 3
|
||||
login: john
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue