yasuki_web.auth.update_me#

async update_me(request, body, user=Depends(dependency=<function current_user>, use_cache=True, scope=None))[source]#

Change the signed-in user’s display name.

The first time a nameless new account sets a name it finishes onboarding, so the admin is notified that it is awaiting approval — with the name they chose. A later rename does not re-notify.