PHP-scripts Forum Index PHP-scripts
Discuss PHP-scripts here!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

TODO-list/feature requests

 
Post new topic   Reply to topic    PHP-scripts Forum Index -> ezUserManager
View previous topic :: View next topic  
Author Message
ZoRaC
Site Admin


Joined: 05 Feb 2005
Posts: 451
Location: Steinkjer, Norway

norway.gif
PostPosted: Fri Jun 23, 2006 8:46 am    Post subject: TODO-list/feature requests Reply with quote

This is an list of feature-request, listed in the order they will be added (approx.):

* A "last_visited" field that records the last login from a user. This field should be displayed in the admin panel also
* Add setting for blocking an user/IP for x min after x invalid logins (web-login).
* Save username as registerd, like "uSEr" istead of storing as "user"/"USER".
* Language-selection when registering and automatic set to correct language when logging in
* Add a expiry-setting. I.e. all signups are "active" for a year
* A "level" field that is editable from the admin panel for use with programs that check for different user authorization levels
* Easy passwordchange after getting password by mail
* Make a "public userlist" readable for members (enable/disable)
* A selection-list that ask for country (enable/disable)
* A selection-list that ask for birthdate (enable/disable)
* Add integration-option for PayPal/PayCom for requiring payment for memberships.
* Add option for restricting the use of any of the field-values as password (like phone-number)
* Add a "dictionary" of common passwords and admin may activate "blocking" of using one of those passwords.

DONE:
* Add the users userID in front of the list in admin
* Allow the use of the dash and the underscore in usernames
* BUG: passwords are lowercase if you change your pwd after registratio
* Have an external programmer check the code for securityholes
* Add confirmation before deleting a user when clicking "delete".
* Test the script on PHP5
* Set an option to limit the number of characters in a nickname to XX in the admin functions
* Add option for "mass email" and single-email to registered users from admin
* Add a admin-password that gives access to the users, but not the config-area, so there will be 2 different admin-passwords
* Create an option in the "addition fields" to select "only available in admin", making it possible to add fields that only admin can read/edit
* "Remember me" option for web-login.
* Possibility to sort i admin by whatever you want

DROPPED:
* Make the script work with "open_basedir"
* Move settings from config-files to database

If you have any new suggestions, or want me to change priority of some of this feaures, let me know. Wink

Updated 13. january 2007

_________________
Regards,
Sven-Ove Bjerkan
Site admin


Last edited by ZoRaC on Sat Jan 13, 2007 11:56 pm; edited 10 times in total
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Myrlin



Joined: 19 Jun 2006
Posts: 11
Location: Tennessee, USA

usa.gif
PostPosted: Tue Oct 10, 2006 9:59 pm    Post subject: Progress? Reply with quote

Sooooooooo, It has been a few months now. Any progress? Need more money or what?....LOL

(psst: We KNOW what the REAL problem is .. The G/F is taking up all the time eh?)

_________________
Myrlin is a Crotchety Ole Man.
But, He can laugh at himself.
---
Site Plugs!
www.2100Chat.net www.EZ-Chat.net
Back to top
View user's profile Send private message
ZoRaC
Site Admin


Joined: 05 Feb 2005
Posts: 451
Location: Steinkjer, Norway

norway.gif
PostPosted: Tue Oct 10, 2006 10:46 pm    Post subject: Reply with quote

Since you're asking so nicely, I'll give you a little peak on what's new in 2.0.0beta, that I hope to release within the month: Very Happy
Quote:
* Changed the flag for the english-language
* Added an updated language-file for spanish
* Fixed the "forgot password"-function so that the email is sent from the "noreply-adress", instead of "admin-email"
* Scripts checks if the server supports the use of the "anti-spam"-image
* Changed the login-function for the admin-area, so that it now uses sessions, instead of cookies
* Added a setting in config-area for setting max length of username
* Added a "send email"-function in the admin-area for sending ouy emails to users
* Added a sorting-function in admin-overview to sort the userlist by whatever the admin wants
* Added another admin-password that gives access to the admin-area, but not the config-area
* Added an option for admin to add form-fields that are only available for edit by admin (like comment-fields) and choose to make them available for reading to the user


And yes, she does take up quite a bit of time... lol! Razz Laughing

_________________
Regards,
Sven-Ove Bjerkan
Site admin
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
ZoRaC
Site Admin


Joined: 05 Feb 2005
Posts: 451
Location: Steinkjer, Norway

norway.gif
PostPosted: Sat Jan 13, 2007 11:56 pm    Post subject: Reply with quote

Changes made from v1.8.1 to v2.0.0
=========================
* Changed the style for the table in the admin overview
* Changed the flag for the english-language
* Updated the language-file for spanish
* Updated the language-file for dutch
* The captcha-image now more readable
* Fixed the "forgot password"-function so that the email is sent from the "noreply-address", instead of "admin-email"
* Fixed a small bug in the admin-area, causing the text-description of custom fields to be printed "escaped" with slashes
* Fixed a bug causing the language-cookie to be stored the given number of hours, instead of days, as it was inteded to
* Fixed a bug causing the user to get an email that he's been approved, even if the admin deactivates him
* Fixed a bug causing the form to allow requiered fileds to contain just a "space" (" ")
* Fixed a bug causing the user-confirmation-link sent by email not working
* Fixed a bug causing extra "\" added if having special chars in site-name
* An email is now sent to the user if the admin sets the status to "deactivated" in the admin-panel
* Scripts checks if the server supports the use of the "anti-spam"-image and disables this, if not supported
* Changed the login-function for the admin-area, so that it now uses sessions, instead of cookies for improved compatibility
* Changed the error-handling of the registration-form, it's now more clear what went wrong and the form is now re-displayed.
* Modified the session-handling in the member-login to be more "correct" with new PHP-standards
* Added a setting in config-area for setting max length of username
* Added a "send email"-function in the admin-area for sending out emails to users
* Added a sorting-function in admin-overview to sort the userlist by whatever the admin wants
* Added another admin-password that gives access to the admin-area, but not the config-area
* Added an option for admin to add form-fields that are only available for edit by admin (like comment-fields) and choose to make them available for reading to the user or not
* Added "remember me"-option for web-login (for users, not admin)
* Added optional "terms and conditions" that the user must agree to when registering (config-setting)
* Added checking if emails are really sent in various situations
* Added a link to the registration-form on the login-page
* Cleaned up the "PHP-notice"-messages some users were getting in some situations
* New readme-file (HTML-format)

_________________
Regards,
Sven-Ove Bjerkan
Site admin
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    PHP-scripts Forum Index -> ezUserManager All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

Anti Bot Question MOD - phpBB MOD against Spam Bots
Blocked registrations: 11003