Welcome Guest, Not a member yet? Register   Sign In
If hashed password in entity, it is not get validate length of model validation
#3

(04-18-2021, 12:46 PM)iRedds Wrote: Don't use model validation. =)
If the model validations not used, the email validation (is_unique) would not work! Idea
PHP Code:
'email' => 'required|valid_email|is_unique[users.email]'
Reply


Messages In This Thread
RE: If hashed password in entity, it is not get validate length of model validation - by ipmeel - 04-18-2021, 12:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB