chekulhan / chekulhan/python101
Nombre - strings
- Dominant language
- Python
- Stars
- 7
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Como un usuario de Amazon, quiero aplicar algunas normas al introducir su nombre, apellido, nombre_de_usuario y contraseña en el momento de registro de la cuenta para evitar datos falsos por medio de robots o cyber-ataques.
- La longitud del usuario tiene que ser mayor a 5.
- La longitud de su contraseña tiene que ser mayor a 6.
- La contraseña con puede contener las palabras "password", "contraseña", "123456")
- Al final, mostrar un mensaje de "Bienvenidos Jon Smith", con los primeros letras de su nombre y apellido en mayúsculo.
Contributor guide
No contributing guide indexed for this repository
Research direction
Inspect the repository to find the registration entry point, since the issue does not name a file or test. Implement the stated username and password length/content checks and the welcome message formatting, then verify each rule with representative registration inputs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- authentication
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100