ajouter des sécurité sur les URL, les Roles, les mdp
This commit is contained in:
@@ -20,6 +20,7 @@ users_bp = Blueprint('users', __name__, url_prefix='/users')
|
||||
def update_user_gamertags(user, selected_games):
|
||||
"""Update gamertags for a user based on form input.
|
||||
|
||||
++++++++++++++++++++++++++++++
|
||||
Handles creating, updating, and deleting gamertag records for the specified games.
|
||||
Used by both edit_user and edit_profile routes to avoid code duplication.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user