fix: student invalid password reset link (#25826)
This commit is contained in:
parent
36a11bf9ce
commit
349ef8274b
@ -74,7 +74,6 @@ class Student(Document):
|
||||
student_user.flags.ignore_permissions = True
|
||||
student_user.add_roles("Student")
|
||||
student_user.save()
|
||||
update_password_link = student_user.reset_password()
|
||||
|
||||
def update_applicant_status(self):
|
||||
"""Updates Student Applicant status to Admitted"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user