You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* WIP - Add 2FA verification for mobile phone number
- Add verify-mobile-number.html page
- Add new route `verify_mobile_number`
- Add `validate_2fa_method` to the `user_api_client` which calls the api
to verify a 2fa code without disturbing the users browser session
* Gate `validate_2fa_method` behind a FF check
* Merge verify-mobile-number.html and confirm.html
- Removing an existing phone number sets the verified_phonenumber to
false in the db.
- Utilize the new verify phone number designs when changing or adding a
phone number via the profile page
- Added proper back_link handling on the confirmation page
- Ensure that when a user clicks the back button after resending a
verification code from the update or add phone number view that they
are redirected to the correct page
* Remove temporary dev link to verify SMS on profile
* Impl. add & verify phone # from 2fa flow
- Add a flow for when the user tries wants to add SMS 2fa auth have not
added a phone number to their profile yet
- Select SMS auth -> add their phone number -> enter verify code -> auth
is changed to SMS
* Fix tests
* Add / correct translations
* Decouple verification from add phone number flow
- Adding a phone number to your profile no longer requires verification
- Fixed a bug where incorrect verify codes were not being handled
correctly and errors not properly displayed to the user.
Copy file name to clipboardExpand all lines: app/translations/csv/fr.csv
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2236,4 +2236,9 @@
2236
2236
"Use '{}' key","Utiliser la clé '{}'"
2237
2237
"Verified","Vérifié"
2238
2238
"Not verified","Non vérifié"
2239
-
"Enter password to change profile settings","Entrez votre mot de passe pour modifier votre profil"
2239
+
"Enter password to change profile settings","Entrez votre mot de passe pour modifier votre profil"
2240
+
"We’ve sent you a text message with a verification code.","Nous avons envoyé un code de vérification par message texte."
2241
+
"Verify","Vérifier"
2242
+
"Resend verification code","Renvoyer le code de vérification"
2243
+
"MS Teams, landlines, and some international numbers cannot receive texts.","Les numéros MS Teams, les lignes fixes, et certains numéros internationaux ne peuvent pas recevoir de messages texte."
2244
+
"To receive text messages you need a North American mobile phone number.","Pour recevoir le message texte, vous devez utiliser un numéro de téléphone nord-américain."
0 commit comments