-
When onRegister() (in /register) or onLogin() (in /login) is called, it will take some time for the async request to be processed. The textboxes and submit button should be disabled during this time t…
-
Issue: Flask forms, particularly those dealing with sensitive data such as login and bank transactions, are vulnerable to CSRF attacks. Flask does not include CSRF protection by default.
Solution: …
-
Register and login users. Backend table is already created
-
Develop the frontend components for user registration, login, and password management. Ensure the forms are validated and error messages are user-friendly.
Checklist:
- [x] Design UI for registrati…
-
moizk updated
11 years ago
-
**Problem**
Passwords seem to autofill on forms using autofill=off.
We were using the following HTML in an admin area where an admin user needs to create new users. We don't want the current use…
-
Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Elsa.Studio.Login.Services.DefaultCredentialsValidator.ValidateCredentialsAsync(String username, Stri…
-
Hey @TheOpenInnovator !
I noticed that in the user forms for login and sign up the text areas expand outside the form border.
I'm adding some screenshots of the bug as well.
![image](https://github…
-
-
Login and register forms are a good candidate for iterating with E2E testing. With the current design, they are quite separated from rest of the app, which should make testing them individually fairly…