1
I need to configure XOOPS so that it only allows users with format {name}{year_in_2_digit}{breanch_code}
example -> sudhaker97ec is a valid one
Followings are the list of branch code:
m, c, e, pr, me, ch, ec, mi, cs
If I'll use "\d{2}(m|c|e|pr|me|ch|ec|mi|cs)\z" in "Preferences Main »» User Info Settings »» Enter names that should not be selected as username"
this will filter users exactly what i wish to permit.
I am looking for options other than hacking register.php
Thanx.