App login errors for users created via CLI
I created a script to automate user creation via:
flask cli user create MAIL
flask cli user update MAIL name NAME
But those users get a funky error when they try to login to any app:

Recreating them via the GUI makes everything work fine...