-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No username or password creation upon wallet setup (android) #203
Comments
Bump... Can anyone comment on this? I've just gone through the account creation step again and was not able to create an account without a username, so I have a feeling something went wrong when I created the original account. Also I notice biometrics is turned off on the account I'm locked out of. The account creation form ticks this option by default and I would have definitely kept it enabled if I was given the option as I use fingerprint access for everything that offers it. Thanks for any help |
A username and password is always required to create an account. So the null value for your username may be some bug we never encountered and we will look into that. For now, I hope your mnemonics were kept well so you can re-import your account with a new password. |
@RomeroYang Thanks heaps for looking into it. Despite being very aware of how important the mnemonics are, I lost them. Combined with realising I don't appear to have a username/password/biometrics, very unfortunate for me :/ |
Had the same issue @sheadawson - did you manage to fix? |
@achallans sorry to hear. No I didn't unfortunately, let me know if you do! |
I have contacted them as it seems to have happened with the app requiring a password when we never set one...?! |
@achallans when did you install the app and create the account? Wondering if there was a bug with our versions |
Feb 19th 2021 - you? I honestly dont remember getting prompted to make an account |
Earlier - 3 September 2020. |
Interesting - I have contacted support and flagged the issue. Maybe try too and let me know [email protected] I have also logged a bug on github |
@achallans @sheadawson hi, I had the same problem with my polkawallet. Support didn’t answer to me. Can you help me? how did you solve this problem |
Didn’t resolve im afraid. Still waiting on a solution
…On Mon, 31 Jan 2022 at 13:41, JustforfunA ***@***.***> wrote:
@achallans <https://github.com/achallans> @sheadawson
<https://github.com/sheadawson> hi, I had the same problem with my
polkawallet. Support didn’t answer to me. Can you help me? how did you
solve this problem
—
Reply to this email directly, view it on GitHub
<#203 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXMVTX757APTLAZ3GB4EDUY3JVRANCNFSM4UZHSGOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@achallans thanks for the answer, will wait and hope for the best |
Hi, I have had an experience similar to #159, but on Android. Please read this full report before assuming I just lost my password :)
After setting up the app on 3 September and transferring DOT to the address, I noticed yesterday that I am unable to transfer any out without the password.
Looking into this, I noticed in the app UI that I have no user name set and in my Keystore json
meta.name
isnull
. I thought that was strange because I'm sure I would have set a name for my account if it had been requested during setup. Investigating the source code I can see that name is actually a required field in createAccountForm (see line 96). So I'm not sure how I even ended up with a null value for name.In summary:
I hope someone can please shed some light on this.
Thank you
The text was updated successfully, but these errors were encountered: