How can I restrict certain strings in login names during registration (6.x)?
Hi, I'm looking for a possibility to restrict login names during registration, i.e. I want to forbid using strings "abc" or "ABC" on whatever position in the login names they pick. How could I do that? But I do not want to block those strings in login-name generally, just only during registration... Jarry -- _______________________________________________________________ This mailbox accepts e-mails only from selected mailing-lists! Everything else is considered to be spam and therefore deleted.
A hook_user() implementation could do that. If you are actually looking to block spammers, you might check the email_verify module to block people without valid email addresses. That will probably be more effective. Nancy Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.
________________________________ From: Jarry I'm looking for a possibility to restrict login names during registration, i.e. I want to forbid using strings "abc" or "ABC" on whatever position in the login names they pick. How could I do that?
I'm trying to use the Print module with dompdf to output node pages. However, the module seems to print out the raw node without any formatting from *tpl.php files. I've gone through the directions several times and I don't see what I'm missing. This is Drupal 6 with Print version 6.x-1.10 Thanks. -Don-
participants (3)
-
Don -
Jarry -
Ms. Nancy Wichmann