Valid Name and Email Required - Sign -in

Hi guys, I need assistance,

I’ve successfully setup erpnext with the school app on a digitalocean droplet and when I try to sign up a new user a pop-up appears “Valid Name and Email required” is there something or a step am missing ?

What name and email did you input?

I am trying to register new users into the system, and the normal @gmail and @custom domain

An issue related to email validation was there yesterday for an hour or so. Seems like you have created / updated in that time only. Can you please update your instance and check again?

1 Like

This Thread Solved My Problem:

This is what I did:

I.

cd apps/frappe/
git stash
cd …/…

II.

cd apps/erpnext/
git stash
cd …/…

III.

bench update

IV.

cd apps/frappe/
git stash apply
git stash drop
cd …/…
cd apps/erpnext/
git stash apply
git stash drop

2 Likes