mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 19:58:49 -05:00
[GH-ISSUE #46] Email with periods #340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ANTi7kZ on GitHub (Apr 1, 2020).
Original GitHub issue: https://github.com/pd4d10/git-touch/issues/46
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 on GitHub (Apr 1, 2020):
Hi, @ANTi7kZ , thanks for the feedback!
Not quite sure what the problem is. Could you please post a screenshot?
@ANTi7kZ commented on GitHub (Apr 1, 2020):
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.
@pd4d10 commented on GitHub (Apr 1, 2020):
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 on GitHub (Apr 1, 2020):
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 on GitHub (Apr 2, 2020):
I just attempted (with my username == olatide.omojaro) and it resulted in a "Something bad happens: status 401" error.
@pd4d10 commented on GitHub (Apr 2, 2020):
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 on GitHub (Apr 3, 2020):
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!