1. HDcms
  2. General
  3. Friday, November 09 2018, 11:17 AM
Hi,
I just noticed that members register with the username which contains " ". Eg Luna di, jo cam
This may cause connection problems depending on devices.
Is it possible as for the password to have conditions.
a) characters, numbers and "-" or "_"
b) minimum or maximum length
c) forbidden words "admin" ...

I know it's joomla, but maybe you can override it?
Regards
admin Accepted Answer
Admin
Hi,
Username
you can manage this with Custom Format (Regex), see screenshot
Custom Format value is
(?!administrator|admin|otherword)([A-Za-z0-9_-]{5,20})

- words exclude (administrator,admin,otherword)
- max and min length (min:5 - max:20)
- valid chars (A-Z,a-z,numbers,_,-)

Password
You can manage password option from Users->Manage->Options (this is managed by Joomla)
Attachments (1)
  1. more than a month ago
  2. General
  3. # 1
HDcms Accepted Answer
Content Protected
  1. more than a month ago
  2. General
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.