]> cat aescling's git repositories - mastodon.git/commit
Adding e-mail confirmations
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 3 Oct 2016 14:38:22 +0000 (16:38 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 3 Oct 2016 14:51:00 +0000 (16:51 +0200)
commitfc198a8b4ca6d22eaedee2cfb03e088432dc4b30
treecc57ecb76638deb4b9cafd80e0c14911e4f419c6
parentb3c7c8700d7ddf73d6fef4076f15ae7c3d39ce67
Adding e-mail confirmations
15 files changed:
app/assets/stylesheets/application.scss
app/controllers/application_controller.rb
app/controllers/auth/confirmations_controller.rb [new file with mode: 0644]
app/controllers/auth/sessions_controller.rb
app/models/user.rb
app/views/auth/confirmations/new.html.haml [new file with mode: 0644]
app/views/auth/mailer/confirmation_instructions.html.erb [new file with mode: 0644]
app/views/auth/passwords/edit.html.erb [deleted file]
app/views/auth/passwords/edit.html.haml [new file with mode: 0644]
app/views/auth/shared/_links.html.haml
app/views/layouts/auth.html.haml
config/routes.rb
db/migrate/20161003142332_add_confirmable_to_users.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/user_fabricator.rb