You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried reproducing the issue with the latest release?
N/A
What is the hardware spec (RAM, OS)?
N/A
Steps to reproduce the issue (command/config used to run Dgraph).
I have been invited to the beta version via my email address, which contains capital letters. Following the link from the invitation brings me to a screen to set my password. On entering the password and clicking "Change Password" I get an error:
Expected behaviour and actual result.
The password should be set.
The problem is that my email address contains capital letters. This produces the following request URL: https://api.cloud.dgraph.io/user/{EMAIL_ADDRESS}/set-password
With capital letters in it, it returns HTTP 404, with all lowercase it returns HTTP 200.