-
```
What steps will reproduce the problem?
1.Enter a user name password.
2.
3.
What is the expected output? What do you see instead?
no able to re-set to a different user name a password.
On what …
-
```
What steps will reproduce the problem?
1.Enter a user name password.
2.
3.
What is the expected output? What do you see instead?
no able to re-set to a different user name a password.
On what …
-
As stated in the title, there is no service to reset your password either while logged in or not. I think this would be a good addition to the site and hopefully be relatively easy to implement.
-
This no longer works:
```
@password.setter
def _set_password(self, plaintext):
self._password = bcrypt.generate_password_hash(plaintext)
```
Should be:
```
@password.setter
def pass…
-
I want to change the password of a wallet regularly/for some reason to keep safe.
A dialog prompting for the current password and a new password should be displayed. The new password should be ente…
-
### Preflight Checklist
- [X] I could not find a solution in the existing issues, docs, nor discussions
- [X] I have joined the [ZITADEL chat](https://zitadel.com/chat)
### Describe your problem
Cu…
-
-
Installed Version: 0.8.4b
Device: Steam Deck
When I tried to log in to RetroAchievements via the configurator, my password was not accepted and I could not be authenticated.
I confirmed that my …
-
So for some reason I have an user account on hubhop I cannot login with. I think it is tied to my gmail login but I cannot login normally. I have changed my password, and also changed my email address…
-
Add change password widget on page based on semanticUI , for example
Navigate on the frontend
Type the old password
Type new password with only one symbol
As a result: invalid data message instead of …