I think your problem is in navbar()

navbar function uses a parameter user_identifier which is DEFAULT to
%(first_name)s but you can change it.

go to your layout.html and replace

auth.navbar(mode="dropdown")

with

auth.navbar(mode="dropdown", *user_identifier="%(name)s"*)

-- 



Reply via email to