Waheed Ahmed
605968c903
Fix password reset confirmation redirection. ( #61 )
...
Fixed password reset redirection to dashboard page if user
is already logged in.
VAN-234
2021-01-01 12:35:52 +05:00
Zainab Amir
c64b023235
update regex for email on forgot password page ( #59 )
2021-01-01 10:52:11 +05:00
Uzair Rasheed
2fe9e10ba1
Merge branch 'master' into van-155/add-email-placeholder
2021-01-01 03:28:26 +05:00
Zainab Amir
f2957d4885
Login: Add error handling for 500 status code
...
This handles the cases where some internal server error occurs and
no error message is shown to users.
VAN-95
2020-12-31 17:01:49 +05:00
uzairr
4f812c6b3e
add email placeholder
2020-12-30 14:25:03 +05:00
Waheed Ahmed
b92439c2b3
fix email validation error message. ( #57 )
...
VAN-212
2020-12-29 16:08:35 +05:00
Uzair Rasheed
dae23f3ba4
Rearrange optional fields ( #49 )
2020-12-28 15:06:53 +05:00
uzairr
31e0af48dd
apply formik and yup to reset form
2020-12-28 11:37:50 +05:00
edX Transifex Bot
e9385558ad
fix(i18n): update translations
2020-12-27 10:11:44 -05:00
Zainab Amir
b3a374e6db
Display form with no password field for SSO ( #51 )
...
When registering via sso, we don't need to ask for password
on registration form.
VAN-224
2020-12-24 15:00:36 +05:00
Waheed Ahmed
fcdce291bb
Fix form submission issues. ( #50 )
...
* Fix form submission issues.
Fixed form submission issues on first click and
with optional fields check. Also fixed some warnings
and did some refactoring as well.
VAN-225, VAN-206
* added more tests
2020-12-23 18:07:37 +05:00
Adeel Khan
ae298a5ab3
Adds realtime validations to register form.
...
This patch adds realtime/ validations for;
*) name
*) fullname
*) password
*) email
VAN-30
2020-12-23 12:39:13 +05:00
Zainab Amir
a1f6685641
Add inactive user error message ( #48 )
...
When inactive user tries to login, show proper error
message on logistration MFE.
VAN-217
2020-12-22 16:40:08 +05:00
edX Transifex Bot
8f109eb613
fix(i18n): update translations
2020-12-20 10:11:29 -05:00
Zainab Amir
631eb26fa0
VAN-130: Add translation strings ( #44 )
2020-12-15 15:12:41 +05:00
Adeel Khan
5f6041d7f8
Adds custom fields support to registration form.
...
VAN-19
2020-12-14 17:51:40 +05:00
Waheed Ahmed
40386645fc
Update MFE to use the new “brand-openedx” theme. ( #42 )
...
VAN-145
2020-12-14 17:21:21 +05:00
edX Transifex Bot
40d56ea171
fix(i18n): update translations
2020-12-06 10:11:56 -05:00
Adeel Ehsan
b6cd7f75c5
registration fields order updated ( #36 )
2020-12-04 14:44:54 +05:00
Zainab Amir
84bb6edf90
Add password compliance workflow ( #40 )
2020-12-03 15:55:48 +05:00
Waheed Ahmed
91975350f0
Redirect to dashboard if user already logged in.
...
Did some refactoring for common components, also fixed soe test warnings.
VAN-131
2020-11-30 14:30:08 +05:00
edX Transifex Bot
74b517d293
fix(i18n): update translations
2020-11-29 10:11:55 -05:00
Zainab Amir
71885b6fd2
Add stateful buttons on forms ( #37 )
...
Add stateful button component from paragon to
- LoginPage
- RegistrationPage
- ForgetPasswordPage
- ResetPasswordPage
VAN-123
2020-11-27 15:22:41 +05:00
Waheed Ahmed
4eec97d02f
Update header component version and logo.
...
VAN-101
2020-11-25 14:45:00 +05:00
Zainab Amir
370cf08763
Add SSO to register page ( #32 )
2020-11-25 14:39:12 +05:00
adeelehsan
c80cf4fa81
Added saml integration for login and registration
2020-11-24 15:28:51 +05:00
Waheed Ahmed
de8e07a9c8
Remove footer from dependencies.
...
VAN-101
2020-11-24 12:25:44 +05:00
edX Transifex Bot
17816f41dc
fix(i18n): update translations
2020-11-22 10:11:55 -05:00
uzairr
9ee71185dc
Hide header menu links and removed footer.
...
VAN-100
VAN-101
2020-11-18 17:08:55 +05:00
Zainab Amir
3d0e5bef9f
Add third party auth providers ( #26 )
...
Add TPA providers to login page and display error in case of incomplete
auth workflow.
VAN-92
2020-11-18 16:25:28 +05:00
edX Transifex Bot
510b377883
fix(i18n): update translations
2020-11-15 10:11:55 -05:00
Waheed Ahmed
a5bc73f4d3
Fix need help signing in button styling.
2020-11-12 17:43:27 +05:00
uzairr
1f73b919b0
modify reset password message and background color
2020-11-10 13:56:36 +05:00
Adeel Khan
a4af6288e8
Moving from Custom alert to paragon alert widget.
...
VAN-43
2020-11-09 19:07:45 +05:00
Adeel Khan
a0db6b9a1d
Adds error handling to Login page.
...
This patch handles 400 error for login
page and displays backend error to learner.
VAN-105
2020-11-09 16:23:56 +05:00
Adeel Khan
ca54e93aba
Enable forgot password functinality for secondary email.
...
VAN-18
2020-11-09 04:12:17 +05:00
Adeel Khan
610cfaacc2
Adds error handling to registration page flow.
...
VAN-110
2020-11-06 23:03:17 +05:00
Uzair Rasheed
784087b2bf
Merge branch 'master' into van-102/email-confirmation-ux
2020-11-06 16:10:24 +05:00
Zainab Amir
14a3321e68
Fetch third party auth context ( #16 )
...
Fetch third party auth context
Fetch current provider details, social auth and secordary auth provider
details from edx-platform api.
VAN-92
2020-11-06 15:39:22 +05:00
edX Transifex Bot
3515487ba0
fix(i18n): update translations
2020-11-06 02:08:11 -05:00
adeelehsan
9c41e18b8a
fixed spacing issue for help text
2020-11-05 19:34:44 +05:00
adeelehsan
d2b6946c4b
addded redirection for registration
...
VAN-7
2020-11-05 19:02:02 +05:00
Waheed Ahmed
7af8c5b482
Add backend validation on password reset page.
...
On old password reset page we use backend endpoint to validate password,
added same functionality for the MFE.
VAN-87
2020-11-05 15:39:49 +05:00
uzairr
19153f5fd1
Fix ux in email confimation message
...
VAN-102
2020-11-04 11:39:32 +05:00
Zainab Amir
b9e2fe0dce
Add tests for login functionality
...
Tests added for:
- LoginPage
- LoginHelpLinks
VAN-60
2020-10-28 15:47:43 +05:00
edX Transifex Bot
a946e5a4b8
fix(i18n): update translations
2020-10-25 11:11:55 -04:00
Adeel Khan
6e54431ea9
Adds Reset password functionality.
...
** Adds pages for;
** Password reset form.
** Successfull reset message
** Invalid token message.
** Adds sagas/service code for;
** Token validation
** Password reset
VAN-77
2020-10-16 02:27:37 +05:00
edX Transifex Bot
57bf4fad93
fix(i18n): update translations
2020-10-11 11:12:18 -04:00
Waheed Ahmed
2032d898aa
fix eslint issues and some refactoring.
2020-09-29 15:41:00 +05:00
Waheed Ahmed
0e12ca5cf3
Move logistration code from account MFE.
...
Moved all logistration and forgot password functionality
from account MFE.
VAN-83
2020-09-29 12:48:01 +05:00