Error! Spaces and special characters are not allowed in a user name. Please correct your entry and try again.
If use manual install cannot log in.
Is it something to do with encryption methods, or character sets
Any ideas appreciated
- mercromina responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 08:01 PM
- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Install 1.2.4 fails at setting admin password
-
- Rank: Registered User
- Registered: Sep 26, 2002
- Last visit: Nov 02, 2009
- Posts: 20
-
- Rank: Registered User
- Registered: Sep 01, 2010
- Last visit:
- Posts: 2
I'm facing the same problem;
Even after modifying the code and bypass the "uservalidatefailed" error, I still can't login.
I have request a new password, and then tried with it, also, not working.
Any help?
Edited by sidahmed on Sep 01, 2010 - 04:56 AM. -
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: May 18, 2010
- Posts: 985
Please check out this topic:
http://community.zikula.org/module-Forum-viewtopic-topic-58145-start-0.htm
It helped for me...
- Igor -
- Rank: Registered User
- Registered: Sep 01, 2010
- Last visit:
- Posts: 2
Thanks very much Igor,
My problem is solved using the solution in the link you have posted.
thanks,
Sidahmed -
- Rank: Registered User
- Registered: Sep 26, 2002
- Last visit: Nov 02, 2009
- Posts: 20
Thanks for your quick response.
as suggested in other thread I
changed line 890 in includes\pnAPI.php
from
if (preg_match('/[^\p{L}\p{N}_\.]/u', $var)) {
to
if (strstr($var, chr(160)) || strstr($var, chr(173))) {
Installation proceeded and could log on.
This thread then has discussions about which characters are/should be allowed. Before this change, I couldn't find any combination of very basic characters that would work.
Warren -
- Rank: Team Member
- Registered: Jun 10, 2008
- Last visit: May 24, 2010
- Posts: 43
-
- Rank: Registered User
- Registered: Oct 05, 2010
- Last visit:
- Posts: 1
rmburkhead
Warren,
Your PHP installation does not have PCRE Unicode Properties support. In 1.2.5 we will work around not having this, but it will be required in 1.3. You should work with your hosting provider to get that enabled.
I know it's nice from a developer's view, but not all hosting providers supports it. Any CentOS-based solution requires manual recompilation of PCRE.
Regards,
Eduardo
http://eduardo.costa.nom.br
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.

