Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder: Plugins & Add-ons:
Website Membership 1.07 Released!

 

 


robin
User / Moderator


Jan 27, 2012, 3:33 PM

Post #1 of 3 (592 views)
Shortcut
Website Membership 1.07 Released! Can't Post

Hello All,

We've just released an updated version of Website Membership. This update refines the functionality introduced in 1.06 for using a separate accounts table for website users.
http://www.interactivetools.com/add-ons/detail.php?Website-Membership-1012

NOTE: This version requires CMSB 2.13.

Here's what's new in 1.07:

MINOR CHANGES & BUG FIXES
- On save of WSM_ACCOUNTS_TABLE, if it's not accounts, encrypt passwords if needed
- Example files now use $GLOBALS['WSM_ACCOUNTS_TABLE'] instead of 'accounts' so they recognize different accounts tablenames
- Sign-up example file no longer updates the _accesslist table if using a seperate table for website users

Please let us know if you have any questions or comments.

Thanks,
Robin


northernpenguin
User

Jan 28, 2012, 4:41 PM

Post #2 of 3 (577 views)
Shortcut
Re: [robin] Website Membership 1.07 Released! [In reply to] Can't Post

Hi Robin

I am using the 1.07 plugin. Everything seems to work well so far ( I created a new "members" table instead of accounts). The only issue I have is that when a current user uses the profile.php file to change their password, it doesn't change the password; its still the original generated by the plugin on initial account creation.

Any ideas??

Ragi
--
northernpenguin
Northern Penguin Technologies

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke


robin
User / Moderator


Jan 30, 2012, 10:31 AM

Post #3 of 3 (528 views)
Shortcut
Re: [northernpenguin] Website Membership 1.07 Released! [In reply to] Can't Post

Hi Ragi,

Looks like you found a problem with the profile page example.

You can fix it by updating line 63 from

Code
      $query = "UPDATE `{$TABLE_PREFIX}accounts` SET

to:

Code
      $query = "UPDATE `{$TABLE_PREFIX}" . @$GLOBALS['WSM_ACCOUNTS_TABLE'] . "` SET


I've also updated the profile example in the download.

Hope that helps!

Thanks,
Robin