Can't login to pybyte SSO anymore
-
Hi
My username has a plus in the email address (username+alias@gmail.com), and this no longer works with SSO (https://sso.pycom.io/login). I can't log back in because it seems like some new validation is added to the website that doesn't allow a "+".
I found the piece of code on the site using a web inspector to get around this issue for now....
emailRules: [ function (e) { return !!e || 'E-mail is required' }, function (e) { // FIXME - This expression is no good for usernames with a plus return /^\w+([.-]?\w+)*@\w+([.-]?\w+)*(\.\w{2,3})+$/.test(e) || 'E-mail must be valid' }
Please fix :'(
-
@ahmadelmasri Thanks so much! I can log in again!
-
This issue is solved now.
Thank you
-
Hello @trojanc,
Sorry for the delay in reply. we will work to fix this issue as soon as possible.
Please this type of issue should be reported using the below support link.
https://pycom.io/community/contact-support/
Thank you for your time.
-
anyone available to fix the website? I still can't do anything with pybytes since I can't log in. If you opensource your website I'll fix it for you ;) ....