Gabriel Detraz
|
9173f158a8
|
Don't forget to save
|
2020-04-18 00:16:27 +02:00 |
|
Gabriel Detraz
|
c2f180896f
|
Allow admin to modify email state
|
2020-04-18 00:12:22 +02:00 |
|
|
93dcc79cad
|
Provide default value for email_change_date and don't allow it to be null
|
2020-04-17 21:13:16 +00:00 |
|
|
6620d14fc5
|
Make send_confirm_email_if_necessary clearer
|
2020-04-17 23:07:40 +02:00 |
|
|
1e2d8d44d1
|
Fix wrong state check in send_confirm_email_if_necessary
|
2020-04-17 22:57:41 +02:00 |
|
|
7eca43a0c5
|
Don't set User.email_change_date to None
|
2020-04-17 22:54:27 +02:00 |
|
|
1eeab86c84
|
Call user.confirm_mail in UserManager._create_user
|
2020-04-17 22:49:50 +02:00 |
|
|
01a52f88d3
|
Fix error in profil of users with an unverified email
|
2020-04-17 22:20:45 +02:00 |
|
|
cb99843c2b
|
Ensure confirmation email tokens are deleted if no longer valid
|
2020-04-17 20:12:30 +00:00 |
|
Gabriel Detraz
|
7c0e694f61
|
Test sur le mot primaire au lieu du mot de pass radius
|
2020-04-17 22:08:40 +02:00 |
|
|
f7259ae69b
|
Improve check did_set_initial_passwd in new_user
|
2020-04-17 21:18:13 +02:00 |
|
Gabriel Detraz
|
e6680e0717
|
Remove code mort
|
2020-04-17 21:15:27 +02:00 |
|
|
00b62e1fdc
|
Correctly send a confirmation email
|
2020-04-17 19:11:24 +00:00 |
|
|
10243e1e72
|
Save before checking if confirmation email should be sent
|
2020-04-17 20:53:10 +02:00 |
|
|
be5226fcdd
|
Add missing __original_email init
|
2020-04-17 20:50:47 +02:00 |
|
|
e169b51759
|
Always send confirmation email, except for fully-archived users
|
2020-04-17 20:50:26 +02:00 |
|
|
1ee4d91721
|
Make AdherentCreationForm code clearer
|
2020-04-17 20:41:02 +02:00 |
|
|
f790dca202
|
Move some code away from the forms
|
2020-04-17 20:23:28 +02:00 |
|
|
55cde72512
|
Confirm email after resetting password
|
2020-04-17 19:59:25 +02:00 |
|
|
ede81adaf7
|
Remove unused translation
|
2020-04-17 19:20:27 +02:00 |
|
|
e323972b96
|
Reset clean_notyetactive command to its correct state
|
2020-04-17 19:20:27 +02:00 |
|
Gabriel Detraz
|
bef496b3e2
|
Remove state_sync : est appellé en post-save de user
|
2020-04-17 19:18:35 +02:00 |
|
|
2a4bd6bd79
|
Move should_send_confirmation_email in EmailSettingsForm for consistency
|
2020-04-17 17:04:00 +00:00 |
|
|
2532f8a142
|
Send confirmation email if necessary after editing EmailSettingsForm
|
2020-04-17 18:59:21 +02:00 |
|
|
5feef8ae17
|
Also update email state in EmailSettingsForm
|
2020-04-17 18:53:49 +02:00 |
|
|
00b6e471e4
|
Remove obsolete user state option from search
|
2020-04-17 18:46:18 +02:00 |
|
|
a940f4f078
|
Fix marking email as verified
|
2020-04-17 18:32:38 +02:00 |
|
|
30667eb259
|
Set email_change_date on user creation
|
2020-04-17 18:29:22 +02:00 |
|
|
91c031f287
|
Make check of pending email confirmation cleaner in profile.html
|
2020-04-17 18:16:53 +02:00 |
|
|
1e994cc1cc
|
Automatically validate superuer's email address
|
2020-04-17 18:16:21 +02:00 |
|
Jean-Romain Garnier
|
fb191b4c8e
|
Merge branch 'choose_password_during_user_creation' of gitlab.federez.net:re2o/re2o into choose_password_during_user_creation
|
2020-04-17 18:02:11 +02:00 |
|
|
3c5e538218
|
Fix error preventing migration
|
2020-04-17 18:01:35 +02:00 |
|
Gabriel Detraz
|
31c2255a3b
|
Allow revert migrations
|
2020-04-17 17:42:23 +02:00 |
|
|
1484b6ec1e
|
Delete old migration
|
2020-04-17 17:37:47 +02:00 |
|
|
43eadaa712
|
Replace STATE_EMAIL_NOT_YET_CONFIRMED with an email_state
|
2020-04-17 17:35:24 +02:00 |
|
Jean-Romain Garnier
|
60186071db
|
Revert "Create STATE_SUSPENDED"
This reverts commit 2aef2ae3fa .
|
2020-04-17 17:03:54 +02:00 |
|
Jean-Romain Garnier
|
be7ffbcb90
|
Revert "Allow suspended users to login"
This reverts commit 91c51c50df .
|
2020-04-17 17:03:51 +02:00 |
|
|
91c51c50df
|
Allow suspended users to login
|
2020-04-17 16:57:29 +02:00 |
|
|
2aef2ae3fa
|
Create STATE_SUSPENDED
|
2020-04-17 16:53:46 +02:00 |
|
Gabriel Detraz
|
accd946edf
|
Update headers
|
2020-04-17 16:48:27 +02:00 |
|
chirac
|
d88a2b7b8e
|
Update resend_confirmation_email.html
|
2020-04-17 16:40:09 +02:00 |
|
|
98cbf79b01
|
Add missing case for STATE_EMAIL_NOT_YET_CONFIRMED state in API
|
2020-04-17 16:34:34 +02:00 |
|
|
f8dfb072eb
|
Allow users in the STATE_EMAIL_NOT_YET_CONFIRMED to reset their password
|
2020-04-17 16:32:37 +02:00 |
|
|
52e1a77044
|
Add missing translations
|
2020-04-17 16:03:37 +02:00 |
|
|
4fc24fcf47
|
Use get_full_name to generate confirm_email.html
|
2020-04-17 15:22:53 +02:00 |
|
|
d01fe8c163
|
Notify users of suspension when they failed to confirm their email
|
2020-04-17 15:16:26 +02:00 |
|
|
8c99f54145
|
Fix disable_emailnotyetconfirmed task
|
2020-04-17 13:14:32 +00:00 |
|
|
289f6caa88
|
Improve various templates related to email confirmation
|
2020-04-17 12:54:28 +00:00 |
|
|
148fa3ec98
|
Fix wrong email showing up when editing user
|
2020-04-17 12:53:51 +00:00 |
|
|
d00ecd098e
|
Show users in state STATE_EMAIL_NOT_YET_CONFIRMED in search
|
2020-04-17 14:37:52 +02:00 |
|