- Mar 11, 2025
-
-
Teal Bauer authored
-
- Dec 27, 2024
-
-
Felix Eckhofer authored
-
- Dec 20, 2024
-
-
Felix Eckhofer authored
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
-
- May 26, 2024