1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Added some TODO notes

This commit is contained in:
CaMer0n
2009-11-12 02:14:26 +00:00
parent 6b4a58674d
commit 71f9e1be72

View File

@@ -10,8 +10,8 @@
* Administration Area - Users * Administration Area - Users
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
* $Revision: 1.65 $ * $Revision: 1.66 $
* $Date: 2009-11-12 02:09:03 $ * $Date: 2009-11-12 02:14:26 $
* $Author: e107coders $ * $Author: e107coders $
* *
*/ */
@@ -1419,6 +1419,9 @@ class users
$ns = e107::getRender(); $ns = e107::getRender();
$mes = e107::getMessage(); $mes = e107::getMessage();
//TODO Better Password generation.
// ie. a "Generate" button, which will place the text into the text field automatically.
if (!is_object($e_userclass)) if (!is_object($e_userclass))
$e_userclass = new user_class; $e_userclass = new user_class;
$text = "<div>".$rs->form_open("post",e_SELF.(e_QUERY ? '?'.e_QUERY : ''),"adduserform")." $text = "<div>".$rs->form_open("post",e_SELF.(e_QUERY ? '?'.e_QUERY : ''),"adduserform")."