Jump to content

Open user registration: Difference between revisions

From NusaATK
New page: There isn't any "official" atk best practices for allowing users to self register to a web site. A few attempts have been made though. [http://forum.achievo.org/forum/viewtopic.php?t=1331...
 
No edit summary
 
Line 13: Line 13:


== MySHI ==
== MySHI ==
An open-source project that shamelessly copied and butchered jgarifuna's work but added support for the atk language files, themes, and config settings. There are also numerous tweaks for the MySHI application. Also started pavying the way for a custom security manager which will be necessary for some future updates. Also handles email confirmation differently than password creation.
[https://sourceforge.net/projects/myshi/ source code]
Note that if you download the site it's original configuration is setup for a single user setup so you'll have to tweak things to see the user stuff. steps are on the
[http://apps.sourceforge.net/mediawiki/myshi/index.php?title=Installation#Shared_Site_Setup wiki]
If you do give feed back there is already a list of todo's on the tracker. under the security group.
[http://sourceforge.net/tracker2/?limit=10&func=&group_id=235633&atid=1097257&assignee=&status=&category=&artgroup=&keyword=&submitter=&artifact_id=&limitz=10&assignee=&status=&category=&artgroup=866404&submitter=&keyword=&artifact_id=&submit=Filter&limitz=10 MySHI security tracker]

Latest revision as of 07:20, 9 January 2009

There isn't any "official" atk best practices for allowing users to self register to a web site. A few attempts have been made though.

forum post


jgarifuna's work

Probably the first one to seriously attempt this (or at least share code).

Source code

live example


MySHI

An open-source project that shamelessly copied and butchered jgarifuna's work but added support for the atk language files, themes, and config settings. There are also numerous tweaks for the MySHI application. Also started pavying the way for a custom security manager which will be necessary for some future updates. Also handles email confirmation differently than password creation.

source code

Note that if you download the site it's original configuration is setup for a single user setup so you'll have to tweak things to see the user stuff. steps are on the wiki

If you do give feed back there is already a list of todo's on the tracker. under the security group. MySHI security tracker