python-discord / king-arthur

King Arthur is the DevOps helper bot for Python Discord
MIT License
10 stars 7 forks source link

Use LDAP uid in reset message instead of discord username #253

Closed vivekashok1221 closed 2 months ago

vivekashok1221 commented 2 months ago

Currently, we display the user's discord username rather than the LDAP uid in the password reset instructions, when it is the LDAP uid that is used for login. This PR changes the interaction message to include the LDAP uid instead of the discord username.

Note: I haven't tested the changes locally since I don't have LDAP set up locally.