diff --git a/apps/users/notifications.py b/apps/users/notifications.py index 99aeb77b7..645e206cd 100644 --- a/apps/users/notifications.py +++ b/apps/users/notifications.py @@ -143,7 +143,7 @@ class PasswordExpirationReminderMsg(UserMessage): subject = _('Password is about expire') date_password_expired_local = timezone.localtime(user.date_password_expired) - update_password_url = urljoin(settings.SITE_URL, '/ui/#/users/profile/?activeTab=PasswordUpdate') + update_password_url = urljoin(settings.SITE_URL, '/ui/#/profile/setting/?activeTab=PasswordUpdate') date_password_expired = date_password_expired_local.strftime('%Y-%m-%d %H:%M:%S') context = { 'name': user.name,