rmfakecloud
rmfakecloud copied to clipboard
Bug: Mismatch username and email
So by doing following steps I believe there will be an error during changing password.
- Create an user using command
rmfakecloud setuser -u <username> -p newpassword - Enter that user’s data folder and specify its email to any email like <email> via modifying
.userprofileand restart rmfakecloud. - Login as that user in browser.
- Reset password. An error
SyntaxError: Unexpected end of JSON inputWhile in the console, it throws error that rmfakecloud is trying to locate folderdata_folder/users/<email>instead ofdata_folder/users/<username>.
it was just a hack, it was mostlyt username = email. i was not sure whether to just have it like that or have a separate email.
what do you need the email for, if you want to have it as a sender, I think i'll have to fix it
Well I guess I knew why I need that. The webpage indicated so.

Moreover there's a option in .userprofile, so I thought that I might finished that as well. Then I did it and error occurred.
:p
Ran into this accidentally as well.