Add email aliases for users
Emails are used to associate commits with users. The emails
are not verified and don't have to be valid email addresses. They
are assigned on a first come, first serve basis.
Notifications are sent when an email is added.
Showing
app/models/email.rb
0 → 100644
app/observers/email_observer.rb
0 → 100644
app/views/notify/new_email_email.html.haml
0 → 100644
app/views/notify/new_email_email.text.erb
0 → 100644
app/views/profiles/emails/index.html.haml
0 → 100644
db/migrate/20140209025651_create_emails.rb
0 → 100644
features/profile/emails.feature
0 → 100644
features/steps/profile/profile_emails.rb
0 → 100644
spec/observers/email_observer_spec.rb
0 → 100644
spec/support/valid_commit_with_alt_email.rb
0 → 100644
Please
register
or
sign in
to comment