rtCamp / login-with-google

Minimal plugin which allows WordPress user to login with google.
https://wordpress.org/plugins/login-with-google/
GNU General Public License v2.0
57 stars 17 forks source link

the problem of arabic names #141

Closed Hamzaanter closed 1 year ago

Hamzaanter commented 1 year ago

hi when i try to log in with google and the google name is in arabic it doesnt log me in and i dont know how to solve it really

aviral-mittal commented 1 year ago

@Hamzaanter As per our understanding - Google doesn't allow email IDs with Arabic characters. However, may be, your website is using another filter which may be inserting arabic characters in user name - which is not allowed by default in WordPress core.

To allow arabic characters in username, may be you can try third-party plugins.

Also, please note that the Arabic First Name and Last Name is allowed for users, however, usernames(for login purpose) with Arabic characters are not allowed in WordPress by default.