Rank 2: Process
password problem
Votes
0
Replies
24
Participants
Unknown
Messages
25
Rank 2: Process
password problem
Rank 2: Process
i gave 9 chars but even it is invalid
Rank 2: Process
please reply
Moderator
Seeing
Rank 2: Process
kk
Moderator
Are you sure everything is placed in the correct order?
Moderator
Not only email, everything, like I've specified
Moderator
I think you have the user name, as the password
Rank 2: Process
the order is this right..
{"$createdAt": "2023-05-20T04:59:55.195+00:00", "$id": "2e01e8d9-e77b-49ab-93e2-b44351aac5bc", "$updatedAt": "2023-05-20T04:59:55.195+00:00", "email": "walterobrian@example.com", "emailVerification": false, "name": "Walter o'Brian", "passwordUpdate": "2023-05-20T04:59:55.194+00:00", "phone": "", "phoneVerification": false, "prefs": {}, "registration": "2023-05-20T04:59:55.194+00:00", "status": true}
Rank 2: Process
even if i give different values for name and password it's giving same error
Moderator
And if you use 10 characters with 1 letter and symbol?
Moderator
Maybe you're not meeting the password policy set
Rank 2: Process
Rank 2: Process
password required string
New user password. Must be at least 8 chars.
Moderator
Make console.log(user.password) inside the account.create function
Moderator
And send what the console shows
Rank 2: Process
Moderator
And what's the code for that?
Moderator
(the account.create code)
Rank 2: Process
thank you D5
Rank 2: Process
you told me the correct sequence and order but i mistakenly did unordered
Rank 2: Process
that was my mistake
Rank 2: Process
🙂
Moderator
Oh, perfect then, I thought there was any conflict with something else
Moderator
[SOLVED] LOG [AppwriteException: Invalid email: Value must be a valid email address]