| Author |
Message |
Susann Moderator

Joined: Dec 19, 2004 Posts: 3143 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Fri Jun 06, 2008 12:34 pm |
|
I have a lot of users and 1 registered just with only one character.
The username was just: -
I don ´t find this very funny and I delete such users normally whenever I notice things like that but I believe it would be just much better when your account would handle this in an other way in RavenNuke.
Also its possible to register usernames with exec+something but at the final registration step they get blocked by NukeSentinel. This behavior is correct but I think it would be better they would get a message before like "Sorry this username is not allowed".
Beneed this there are names wich I don´t want see on my site because they are X-rated. I add them usally into the string blocker but we all know this blocker is very agressive and therefore not only the usernames are blocked but e-mails wich contains parts of such names are also banned.
Thats not perfect and I´m thinking about better solutions. |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Fri Jun 06, 2008 1:10 pm |
|
There is a line in the Your_Account module that checks for certain reserved names. You could add some checks of your own here
| Code: |
if (eregi('^((root)|(adm)|(linux)|(webmaster)|(admin)|(god)|(administrator)|(administrador)|(nobody)|(anonymous)|(anonimo)|(anónimo)|(operator)|(JackFromWales4u2))$',$username)) $stop = '<center>'._NAMERESERVED.'</center>';
|
|
|
|
|
 |
jestrella Moderator

Joined: Dec 01, 2005 Posts: 535 Location: Santiago, Dominican Republic
|
Posted:
Fri Jun 06, 2008 2:11 pm |
|
also CNBYA used to had this reserved username thing on the config screen... you can give it a try |
|
|
|
 |
Susann Moderator

Joined: Dec 19, 2004 Posts: 3143 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Fri Jun 06, 2008 2:48 pm |
|
Evaders thanks! Thats an option.
But I think there should also be something like a setting for the lenght of nicknames in the administration under preferences and it should be standard in RavenNuke just to have a better control and easy to handle.
I know already how to change this in the your account file directly to something like"nickname is to short" cause I asked this in the past.
When I switched to RavenNuke I have overwritten my account files therefore they registered again with short names.
slaytanic_wehrmacht
I know that such account hacks exist but I tried to avoid such tools where I need to approve beneed this I like it simple. All should go automatically that would be ideal.
But maybe I´ll try it out. |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Fri Jun 06, 2008 5:42 pm |
|
Well, kguske is working on incorporating a new RNYA (based upon CNBYA) into 2.30.00 version of RN, so it would be good to focus on improving upon that as needed. Let us see what he comes up with. |
|
|
|
 |
Susann Moderator

Joined: Dec 19, 2004 Posts: 3143 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Sat Jun 07, 2008 1:53 am |
|
Thats great ! We will see what the end result is. I believe the easiest solutions are often the best. See how useful the comments module from Gremmie or Resend_Email from Raven is. |
|
|
|
 |
jestrella Moderator

Joined: Dec 01, 2005 Posts: 535 Location: Santiago, Dominican Republic
|
Posted:
Sat Jun 07, 2008 11:38 am |
|
Great... RavenNuke definitely needed a revamped account control module. |
|
|
|
 |
kguske Site Admin

Joined: Jun 04, 2004 Posts: 6044
|
Posted:
Sat Jun 07, 2008 10:29 pm |
|
Why not have it both ways? I hope to have this checked into SVN tomorrow...
 |
|
|
|
 |
Guardian2003 Site Admin

Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
|
Posted:
Sat Jun 07, 2008 11:56 pm |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Sun Jun 08, 2008 2:23 am |
|
That is extremely cool, I can't wait to get my hands on it.  |
|
|
|
 |
Susann Moderator

Joined: Dec 19, 2004 Posts: 3143 Location: Germany:Moderator German NukeSentinel Support
|
Posted:
Sun Jun 08, 2008 6:04 am |
|
Yes can´t wait until I can use it on my site. Does exactly what I talked about.
I ´m willing to share my blocked mail-domains for this project only. |
|
|
|
 |
|
|
|
|