You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should at least return Username is required, Email is required and New Password* should contain at least 6 characters..
And not add the user to system since it's a failed registration.
Actual behavior
Only returns New Password* should contain at least 6 characters..
User gets added to the system even if a failed registration.
Craft CMS version
Craft Pro 4.4.17 to Craft Pro 4.5.1
PHP version
8.0.29
Operating system and version
Linux 6.2.0-26-generic
Database type and version
MariaDB 10.3.39
Image driver and version
No response
Installed plugins and versions
EDIT:
only happens when Deactivate users by default is checked and password is provided in the registration form.
The text was updated successfully, but these errors were encountered:
What happened?
Description
Front end user registration not returning proper errors.
Only returns the error for password field.
Steps to reproduce
Expected behavior
This should at least return
Username is required
,Email is required
andNew Password* should contain at least 6 characters.
.And not add the user to system since it's a failed registration.
Actual behavior
Only returns
New Password* should contain at least 6 characters.
.User gets added to the system even if a failed registration.
Craft CMS version
Craft Pro 4.4.17 to Craft Pro 4.5.1
PHP version
8.0.29
Operating system and version
Linux 6.2.0-26-generic
Database type and version
MariaDB 10.3.39
Image driver and version
No response
Installed plugins and versions
EDIT:
only happens when
Deactivate users by default
is checked and password is provided in the registration form.The text was updated successfully, but these errors were encountered: