[PHP] creating a login/registration/admin function/app

2005-09-10 Thread bruce
hi...

i'm in the process of looking for/creating a function to allow me to perform
user login/registration/etc, as well as handle a user admin function.

i'm looking for the following functionality:

user registration/login:
 -allow user to enter basic information
 -allow user to enter username/passwd
 -ensure unique username
 -email confirmation of user registration
 -password regeneration (forgot passwd)
 -handle forgot username/password
 -ip blocking
 -email blocking
 -security graphic verification (capcha??)
 -admin notification
 -aadmin enable/authorize
 -Session var generation on successful login
 -limit login attempts for invalid logins
 -ensure only single usage of login at a time
 -ensure that multiple logins of a login is
  within a geographic/IP range
 -IP/User tracking
 -captcha processing/implementation
 -

Admin functionality:
 -IP Tracking
 -IP blocking
 -User Management
 -User Enable/Disable function
 -User Auth/Verification function
 -User Email Function
 -User Password regeneration function
 -Site Mamagement
 -List Users
 -Track User Actions within site
 -Allow User to be a member of a given group
 -Create Groups
 -Assign User Roles/Groups
 -
 -
 -
 -

This is kind of a basic/starting point. I'm looking at a few CMS apps, but
i'm curious to know if you guys have seen any app (open source) that has
what i'm looking for...

I'm in the process of extracting the functionality from Mambo/phpBB and
adding some of what i need. Does anybody have any idea as to whether an
existing Open Source app is out here, that gives a good deal of this
functionality? Searching google turns up alot of scripts, but nothing that
really has what i'm after and that's free!!

Also, if i have to pretty much create this from scratch, is there anybody
who'd want to play the role of architect/test/reviewer??

thanks

bruce
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] creating a login/registration/admin function/app

2005-09-10 Thread Jay Paulson

You might also take a look at the following.

http://phpgacl.sourceforge.net/

I know that's what Joomla (formly known as Mambo) is going to use in 
their 5.0 version.


jay


hi...

i'm in the process of looking for/creating a function to allow me to 
perform

user login/registration/etc, as well as handle a user admin function.

i'm looking for the following functionality:

user registration/login:
 -allow user to enter basic information
 -allow user to enter username/passwd
 -ensure unique username
 -email confirmation of user registration
 -password regeneration (forgot passwd)
 -handle forgot username/password
 -ip blocking
 -email blocking
 -security graphic verification (capcha??)
 -admin notification
 -aadmin enable/authorize
 -Session var generation on successful login
 -limit login attempts for invalid logins
 -ensure only single usage of login at a time
 -ensure that multiple logins of a login is
  within a geographic/IP range
 -IP/User tracking
 -captcha processing/implementation
 -

Admin functionality:
 -IP Tracking
 -IP blocking
 -User Management
 -User Enable/Disable function
 -User Auth/Verification function
 -User Email Function
 -User Password regeneration function
 -Site Mamagement
 -List Users
 -Track User Actions within site
 -Allow User to be a member of a given group
 -Create Groups
 -Assign User Roles/Groups
 -
 -
 -
 -

This is kind of a basic/starting point. I'm looking at a few CMS apps, 
but
i'm curious to know if you guys have seen any app (open source) that 
has

what i'm looking for...

I'm in the process of extracting the functionality from Mambo/phpBB and
adding some of what i need. Does anybody have any idea as to whether an
existing Open Source app is out here, that gives a good deal of this
functionality? Searching google turns up alot of scripts, but nothing 
that

really has what i'm after and that's free!!

Also, if i have to pretty much create this from scratch, is there 
anybody

who'd want to play the role of architect/test/reviewer??

thanks

bruce
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] creating a login/registration/admin function/app

2005-09-10 Thread info
Hello Bruce,
I didn't want to sound like a walking advertisement on this list so I have 
sticky emailed specific information direct to you about your question and our 
answer. 

However, I DID want the list to know about a freeware ( LGPL license ) mini 
application that protects sensitive web pages with just one line of code (after 
self installation on any web server). This freeware app is called 
admin-login-only and it performs basic single user (administration) session 
based authentication. 

More info: http://www.globalissa.com/showcase.php?n=13p=15
FREE Download: http://www.globalissa.com/download.php?n=13p=15

We encourage commercial / or any use with the open ended LGPL license. The 
software is absolutely free.

Dave.
===
Bruce wrote:
hi...

i'm in the process of looking for/creating a function to allow me to perform
user login/registration/etc, as well as handle a user admin function.
snip

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php