pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.56k stars 137 forks source link

Email with periods #46

Closed ANTi7kZ closed 4 years ago

ANTi7kZ commented 4 years ago

I am unable to log in because my email has a period before the @. this registers as an error. is there a way around this?

pd4d10 commented 4 years ago

Hi, @ANTi7kZ , thanks for the feedback!

Not quite sure what the problem is. Could you please post a screenshot?

ANTi7kZ commented 4 years ago

Sorry for being vague. When I try to log in with my email, I get the error as shown in the attached screenshot. I assume it is because I have a period in my email username before the '@' and domain. Thanks.

IMG_4988

pd4d10 commented 4 years ago

Hi, @ANTi7kZ I've tried to locate this problem and it seems none of these inputs is for email.

Could you please provide the platform for your account? Is it BitBucket?

In the BitBucket case, username should be provided instead of email.

ANTi7kZ commented 4 years ago

Yeah, it is BitBucket. Okay, I will try with just the username (which I thought was the email tbh). I'll update when I try this.

Thanks.

ANTi7kZ commented 4 years ago

I just attempted (with my username == olatide.omojaro) and it resulted in a "Something bad happens: status 401" error.

pd4d10 commented 4 years ago

I guess you might use password instead of app password. The app password is what we need, because storing your password at local may cause a security risk.

For more details, see https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html

ANTi7kZ commented 4 years ago

Yeah, definitely as App password would be the way to go. Just to cover all bases, I did try with my regular password and it didn't work either. So, I decided to just change my username on BitBucket to do without the period, and I was able to add my account. Thank you so much for your time and efforts. Cheers!