demarches-normaliennes/app
Pierre de La Morinerie e5f449b595 devise: unify password reset views
By default, Devise will look for views:

1. First in `views/resource/passwords/…`,
2. Then in `views/devise/passwords/…` if not found.

By moving the views to `views/devise`, we avoid having a partial in
`views/shared` that we need to include manually, and instead let Devise
do the job automatically.
2021-09-09 09:40:40 -05:00
..
assets app: add a password_complexity component 2021-09-09 09:40:39 -05:00
controllers devise: unify password reset views 2021-09-09 09:40:40 -05:00
dashboards manager: localize dossier enums 2021-05-06 14:41:08 +02:00
fields manager: remove support for old pj 2019-07-30 16:11:17 +02:00
graphql feat(graphql): add an option to dossier state change mutations to disable notifications 2021-09-07 14:21:48 +02:00
helpers i18n: localize dossiers edition 2021-07-20 14:18:20 +02:00
javascript js: improve auto-save-controller documentation 2021-09-07 16:45:52 -05:00
jobs feat(dossier): add purge stale dossier transfers job 2021-09-08 14:39:46 +02:00
lib purge old sendinblue mails 2021-08-20 08:52:39 +02:00
mailers fix(i18n): use size instead of count in dossier mailers 2021-09-08 14:39:46 +02:00
models models: extract password complexity to a concern 2021-09-09 09:40:39 -05:00
policies policies: clarify the role of ChampPolicy 2020-06-24 15:42:30 +02:00
schemas Add api address external data fetch 2021-02-17 19:10:16 +01:00
serializers modify experts avis controllers, concern and serializer 2021-03-18 11:38:52 +01:00
services fix(i18n): add Kosovo to countries list 2021-09-08 12:11:25 +02:00
validators Add geo json validation 2021-03-11 15:51:09 +01:00
views devise: unify password reset views 2021-09-09 09:40:40 -05:00