-
Description:
We need to implement a Log-In page for the medical website to allow users to authenticate their accounts.
Requirements:
HTML Structure:
An input field for the email (type: ema…
-
Sure! Here’s a sample GitHub issue that you can add for building the login screen in Vue 3 using the Vuetify framework:
---
### Issue: Create Login Screen with Vuetify (No Logic Implementation)
…
-
### Describe the bug
There is no pre-validation of the `main.extra.new_password` from `config_panel.toml` which leads to errors at installation step.
### Context
- Hardware: Raspberry Pi at h…
-
Hello,
for customer accounts the minimal length of a password is configurable in the admin UI (see Stores > Configuration > Customers > Customer Configuration)
For admin users this validation is…
-
On rails 7.1, [password length validation was improved](https://github.com/rails/rails/pull/47708) and password_too_long was added to activemodel/lib/active_model/locale/en.yml.
Therefore, if rails-i…
-
### 🔖 Feature description
Using Zod, a popular schema declaration and validation library, developers can enforce proper email & password format and consistency between email fields & password fields …
-
```
class UserPasswordSchema(Schema):
password: str
@login_required
@model_validator(mode='after')
@classmethod
def check_password(cls, obj):
check_user_password…
-
### Describe the feature request
Currently, the reset-password screen displays a list of the relevant password policy rules
![image](https://user-images.githubusercontent.com/50199676/160157299-…
-
Implement user authentication in the Node.js and Express.js backend using Passport.js, with added validation for password strength. The system will handle user registration and login while ensuring th…
-
It seems to me that it would be good practice to give the user the opportunity to **verify** that they typed the password correctly. Two possible solutions come to mind:
1. Add an option (checkbox)…