CryoSPARC v4 - invalid email address for admin user

Hi @rnavaza,

Thanks for reporting. Is it possible if you can use a standard email address (maybe the one provided by the institution?) or even the same email address but with any TLD “.com”?
To change the email address, you’re going to need to use the CryoSPARC icli:
To start the interactive Python shell, run cryosparcm icli in a shell on the master node, then:

user = cli.get_id_by_email('username@localhost')
db.users.update_one({'_id':user}, {'$set': {'emails.0.address':'username@localhost.dev'}})