Skip to content
Snippets Groups Projects
Unverified Commit 610f355f authored by Felix Eckhofer's avatar Felix Eckhofer :man_dancing:
Browse files

Replace bespoke login system with Devise

This allows signup, profile edits and login/logout.
Note that due to poor naming, there are conflicts between our session
model und what devise thinks a session should be. In particular, we have
to rename `new_session_path(resource_name)` -> `new_user_session_path`
and `session_path(resource_name)` -> `user_session_path`.

Cf. https://github.com/heartcombo/devise/issues/2800
parent 2e4c3c48
No related branches found
No related tags found
No related merge requests found
Showing
with 498 additions and 95 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment