Skip to content

Commit

Permalink
random_hr_auth_msg(#151)
Browse files Browse the repository at this point in the history
Edit HR reset pwd mail
  • Loading branch information
utkarsh-tf141 authored Feb 10, 2024
2 parents 409b381 + d08b794 commit 5d374b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/admin.actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func hrSignUpHandler(mail_channel chan mail.Mail) gin.HandlerFunc {
return
}

mail_channel <- mail.GenerateMail(request.UserID, "New Credentials generated", "Your new credentials are: \n\nUser ID: "+request.UserID+"\nPassword: "+pass)
mail_channel <- mail.GenerateMail(request.UserID, "New Credentials generated", "Your new credentials are: \n\nUser ID: "+request.UserID+"\nPassword: "+pass+"\n\nYou can reset the password from <a href= \"https://placement.iitk.ac.in/reset-password\">here</a>")
ctx.JSON(http.StatusOK, gin.H{"id": id})
}
}

0 comments on commit 5d374b0

Please sign in to comment.