I have found the issue.
Previously settings have been used for extra block creation, now it's customSettings
Changing everything accordingly fixes issue.
Login bug
-
If you capitalize any letters of your email address when you register, you won't be able to login using your email address no matter how you capitalize it. This is because it will be inserted as the case you typed it in, but when it checks email addresses, it puts it to lowercase. The best way to solve this is just to puts the one you submitted to lowercase but not the one in the database. You could also insert it originally as lowercase, but then it might not display how you want it on your profile page.
-
@earnabit Thanks for the report, this is definitely an issue we can look into.
Re: gh#1824
-
-
@a_5mith PR please
-
@julian I'll see what I can do.
-
@a_5mith Protip: Just hit the "edit" button in GitHub. It'll fork and PR it for you.
-
@julian Will do, assuming what I suggested in the issue will actually work.
Currently shopping for a new PC. the pain, but will do it soon.
Suggested Topics
-
Solved User Profile: Settings
Bug Reports • • Nicolas