Update modules/auth.py
Browse files- modules/auth.py +1 -0
modules/auth.py
CHANGED
|
@@ -69,6 +69,7 @@ def register_user(username, password, additional_info=None):
|
|
| 69 |
print(f"Error al registrar usuario: {str(e)}")
|
| 70 |
return False
|
| 71 |
|
|
|
|
| 72 |
################################################################################################################
|
| 73 |
def authenticate_user(username, password):
|
| 74 |
"""Authenticate a user."""
|
|
|
|
| 69 |
print(f"Error al registrar usuario: {str(e)}")
|
| 70 |
return False
|
| 71 |
|
| 72 |
+
|
| 73 |
################################################################################################################
|
| 74 |
def authenticate_user(username, password):
|
| 75 |
"""Authenticate a user."""
|