I have this mod installed on 2 .0762 sites and I thought it was funny that at least the busiest site hadn't had an registrations lately.
Upon checking I have found that both sites produce an error when a new member signs up :-
Your security code doesn't match. Please be sure to enter the exact numbers that appear in the graphic.[Back]
New Members simply can't register - has anyone else found this issue?
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
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
PluginSoft.com - Graphical Security Code Error
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 52
Other users have reported the same issue. I am not sure why it is happening. On PluginSoft.com the registration works fine.
I even tested it on a fresh copy of postnuke 0.762 running on Windows just now to make sure. The registration feature worked fine.
I am at a loss as to why the registration feature is not working for you. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: May 19, 2007
- Posts: 10
I have this same problem
not sure why but at the moment allthough the sec code works ok for people who already have accounts
it does not work on the new user sign-up
giving the same error as above
Your security code doesn't match. Please be sure to enter the exact numbers that appear in the graphic.[Back] -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: May 19, 2007
- Posts: 10
I have looked at this a few times, and I think whats happening is that the check between '$ seccode' and '$ verification' is getting confused by any logon block that also visable on the left side menu
so that when someone registerd, they fill in the form ok, they fill in the seccode ok and correct, but, when they click submit button, the next displayed page, which should say, your details have been emailed, reports that there is an error,
if you echo or print the '$ seccode' and '$ verification' to the screen at this point, you will see that the seccode allthough correct and showing what was submitted id not the same as the verification, which shows the current number for any logon block code, as displayed in the left side menu
I guess, that this system would work great, for any system that has its logon as a right side blcok, this would prob not display when the checks are made and the notices display, so the check for '$ seccode' and '$ verification' would still match and be ok
probably why its reported as working on some sites but not on others -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 52
I resolved the issue with the Login Block positioned on the left side of the page interfering with the New User registration. I will incorporate this into the next release. Until then here is the fix.
1. Open login.php found under includes/blocks
2. Insert the following code:
BELOW
Code
FIX
Code
$SecModName = pnModGetName();
if ($SecModName == 'NewUser') {
return;
}
ABOVE
Code
$blocks_modules['login'] = array(
'func_display' => 'blocks_login_block',
'text_type' => 'Login',
'text_type_long' => "User's Login",
'allow_multiple' => false,
'form_content' => false,
'form_refresh' => false,
// 'support_xhtml' => true,
'show_preview' => false
); -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Dec 03, 2006
- Posts: 5
DankStreet
I resolved the issue with the Login Block positioned on the left side of the page interfering with the New User registration. I will incorporate this into the next release. Until then here is the fix.
1. Open login.php found under includes/blocks
2. Insert the following code:
[/code]
Thanks it works postnuke 0.763
But sometimes there are no figures, when i refresh they show up.
With all browsers i have the same problem, some refresh problem ?????
anyway you're solution works
Thanks
-
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 52
A new version of the Graphical Security Code is available on pluginsoft.com. It was built with PostNuke 0.764 core files. The new version fixes the issue with the login block preventing new user registrations. Additionally, there is a new PNG image with larger fonts. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 183
What would be nice is if one could get past the PluginSoft signup page to be able to download.
Either a) I can't read the code or b] it keeps telling me it's wrong.
Don't get me wrong - it's a great little tool that I would love to have working properly on my sites - but if it isn't working on your own - it doesn't fill me with enthusiasm.... -
- Rank: Expert
- Registered: Feb 27, 2005
- Last visit: Apr 18, 2010
- Posts: 1577
Well, I was able to register after a couple tries where it told me I was wrong. But then when I tried to go to downloads, I got a message saying I wasn't authorized.
And if you are NOT logged in, the 'contact' link brings up a form that looks much more like a news submission than a contact form...but if you are logged in, you get a message saying you are not authorized to submit news....
Peter
edited by: pheski, Nov 25, 2006 - 07:43 PM
--
Peace
______________________________________
The commonest cause of problems is solutions. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Dec 03, 2006
- Posts: 5
DankStreet
A new version of the Graphical Security Code is available on pluginsoft.com. It was built with PostNuke 0.764 core files. The new version fixes the issue with the login block preventing new user registrations. Additionally, there is a new PNG image with larger fonts.
Thanks for the new version...great..
But when running it there are no numbers in the display box
The colors are there also the lines but no numbers.
In the other versions i had no problem, whats going wrong.
anyone with a solution !
Did a upgrade to PostNuke 0.764
edited by: dungunkeeper, Dec 03, 2006 - 08:31 PM -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 52
The package included the wrong fonts. I updated the package with the correct ones. You can either:
1. update your installation by downloading the new package; or
2. use the existing package changing the font 'georgia.ttf' to 'Curlz___.TTF' near the bottom of the modules/User/user.php file.
edited by: DankStreet, Dec 03, 2006 - 02:05 PM
- Moderated by:
- Support
