summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/admin.php
Commit message (Collapse)AuthorAge
* Merge pull request #348 from splitbrain/candochecksUsermanagerChristopher Smith2013-10-06
|\ | | | | Cando check and localization improvements of usermanager
| * change visibility of private to protectedGerrit Uitslag2013-09-22
| |
| * Use ->cleanUser everywhere in usermanager. Fixes FS#2849Gerrit Uitslag2013-09-21
| | | | | | | | Some auth backend have bad cleaning, but that is responsibility of these.
| * Move strings to language files. Fix lang keyGerrit Uitslag2013-09-21
| |
| * Improve PHPDocs and set visibility explicitlyGerrit Uitslag2013-09-21
| |
| * Use zero when getUserCount is unsupported. Fixes FS#2353Gerrit Uitslag2013-09-20
| |
* | Fix CodeSniffer whitespace violoationsMatt Perry2013-09-10
|/ | | | | Removed extraneous whitespace to eliminate errors reported by the Squiz.WhiteSpace.SuperfluousWhitespace sniff.
* Fix CodeSniffer violations for PHP filesMatt Perry2013-08-23
| | | | | | | Fix violations for Squiz.Commenting.DocCommentAlignment.SpaceBeforeTag Conflicts: inc/parser/xhtml.php
* Fix CodeSniffer violationsMatt Perry2013-08-22
| | | | Change indentation to ensure code confirms to CodeSniffer rules.
* Merge pull request #254 from splitbrain/user_importexportAndreas Gohr2013-08-04
|\ | | | | User importexport
| * convert from iso-8859-1 if not utf8Christopher Smith2013-08-03
| |
| * enable email notifications & alert messages for imported usersChristopher Smith2013-08-02
| |
| * add csv import functionality to the user managerChristopher Smith2013-08-02
| |
| * add csv export functionality to the user managerChristopher Smith2013-08-01
| |
* | improve html structure and styling for add & edit user notesChristopher Smith2013-08-02
| | | | | | | | made necessary by PR#254 which adds content below these notes.
* | usermanager: fix an issue where edit user table would incorrectly show the ↵Christopher Smith2013-08-02
|/ | | | password blank message
* add html5 'email' type to the user manager formsChristopher Smith2013-07-31
|
* AUTH_PASSWORD_GENERATE event addedAndreas Gohr2013-06-09
| | | | | This is needed to replace the password generator by a plugin implementation. Related to PR #166 and FS#2147
* Fix remaining missing $INPUT uses FS#2577Michael Hamann2013-02-20
| | | | | | This adds $INPUT in all places where it was still missing and available. $INPUT is now also used in places where using $_REQUEST/... was okay in order to make the code consistent.
* some coding style improvementsDominik Eckelmann2012-11-29
| | | | | | - removed some dead/unused code - fixed phpdoc - added typing on methods
* Replacing $_REQUEST variables with $INPUT wrapper, usermanager pluginHakan Sandell2012-09-08
|
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* added div.table around non-editable content as well (FS#1980)Anika Henke2012-02-04
|
* added new plugins config cascade and added plugin.info.txtPiyush Mishra2011-08-20
|
* apply cleanUser and cleanGroup in user manager FS#1859Andreas Gohr2011-02-06
|
* generate password if wanted on usermodify FS#1873Andreas Gohr2010-06-26
|
* avoid autocompletion in usermanager password fieldAndreas Gohr2010-04-30
|
* plugin related autoloadingAndreas Gohr2010-02-01
| | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload)
* Whitespace cleanup FS#1709furun2009-10-16
| | | | | | Ignore-this: 27ea52110bce929b2c61ed8faba67cfc darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
* FS#1728, ensure create user correctly checks field modification 'canDo'Chris Smith2009-10-04
| | | | | | Ignore-this: e4d974b5e09e45861a5e463784c6b946 darcs-hash:20091004115740-f07c6-46e15fc4f69949530690400fcb0698b9b7a0e350.gz
* Fix visible passwords in usermanager plugin FS#1624Timo Voipio2009-05-26
| | | | | | Ignore-this: 3dc13a990c4b6eadeb02065f08460e09 darcs-hash:20090526084719-50e58-26bad1d1e0cd4bcc4f03bbc40d6bfbdb09a3544a.gz
* some tweaks to recent usermanager patchAndreas Gohr2009-01-16
| | | | darcs-hash:20090116210718-7ad00-9824b47ea265a7426ed36eb020db45befd4104ec.gz
* made 'edit user' in user manager more usableAnika Henke2009-01-16
| | | | darcs-hash:20090116214702-f7d6d-89ecae0e072bbd8ae42646733bf7ceff10b59540.gz
* FS#1137 don't allow admin user to delete himselfMichael Klier2008-10-11
| | | | darcs-hash:20081011133640-23886-b2bc0d25ccc41af3c4c9d1c387eef3efea16689a.gz
* fixed problem in usermanager when modLogin is not possible FS#1493Andreas Gohr2008-09-17
| | | | darcs-hash:20080917104357-7ad00-b3a86e2291b72d6494636b7117da178754289f39.gz
* Usermanager: Add autogeneration of passwordGina Haeussge2008-09-01
| | | | | | | | | The password of a newly added user account is now autogenerated if the backend supports it, the password field is left empty and the notification of the user is enabled. A corresponding note was added to the dialog to inform admins about this behaviour. darcs-hash:20080901170041-2b4f5-e66173fe74395a1dab8e6deaf59541d258d4bacb.gz
* Wrap user modifications in eventsGabriel Birke2008-08-17
| | | | | | | | Adds a wrapper function in the basic auth class which is used by the core code to modify the user database. The wrapper function signals events and delegates the action to the auth backend. darcs-hash:20080817141121-79ce3-3300a4342b62a7a18ebcc9a765d87b30a0264621.gz
* fixed all remaining links to wiki.splitbrain.org and to restructured pagesAnika Henke2008-08-15
| | | | darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz
* invalidate all user session cache when userdatabase is changed FS#1085Andreas Gohr2008-02-15
| | | | | | | | | | A reference file is now stored in data/cache/sessionpurge and is used to check if user sessions are still valid. To accomondate for slow auth backends DokuWiki caches user info for a certain time in the user session. darcs-hash:20080215114923-7ad00-6874d5211efce7d07e54de37244becc2387c1ba7.gz
* fixed URLs in plugin and user managerAndreas Gohr2007-10-13
| | | | | | | For the new plugin repository, plugins should use a page named after their class at wiki.splitbrain.org darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996748117987438c953f.gz
* CSRF prevention for admin pluginsAndreas Gohr2007-08-29
| | | | | | | | | | | | | | | This patch adds a session based token to all form in the default action plugins. The validity of the token is checked before any administrative function is executed aiming to protect DokuWiki's admin functions from Cross-site request forgery (CSRF) attacks. Another patch will follow to add the same functionality on other, less critical functions. More details on CSRF attacks can be found at http://en.wikipedia.org/wiki/Cross-site_request_forgery darcs-hash:20070829201538-7ad00-d0770224a3351fd8e38968e3a9d8e73520482445.gz
* make sure all needed data is given when creating users from backend FS#1096Andreas Gohr2007-05-13
| | | | darcs-hash:20070513101600-7ad00-2e225a1d06706cc7591f16eb8eb17095e04ea6dc.gz
* minor bugfix and boring error removalchris2006-09-23
| | | | darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz
* user manager updatechris2006-08-23
| | | | | | | | | | | | | | | | - add capability to send notification emails to users on creation and password modification (bug#640) - add success and fail messages for new user addition - fix bug when modification of username wasn't allowed, 'Edit user' fields weren't populated - fix (php5 only?) bug where default group wasn't given to a new user if no groups were specified - added explanatory notes concerning default group and password notification emails This patch adds several new strings to the plugin's lang.php darcs-hash:20060823115626-9b6ab-ea98ef630c79b28b52141957deb3efc307a9291d.gz
* admin plugin: fix menu option when auth module doesn't getUserschris2006-05-05
| | | | darcs-hash:20060505000630-9b6ab-eb1add597db261d8d2843435bcfa22ac8f35a6f5.gz
* Bug#680chris2006-04-10
| | | | | | | Update default plugins to ensure they exit immediately if not called from within Dokuwiki darcs-hash:20060409233841-9b6ab-555e4fced756849a5d7b9de6e4aaaea24c6da3ae.gz
* usermanager minor changes: white space & comment improvementchris2006-03-14
| | | | darcs-hash:20060314122618-9b6ab-491420f904da7fd05af83ea5a875c887a1fe5153.gz
* user manager fix : gracefully handle an attempt to edit a non-existant userchris2006-03-14
| | | | darcs-hash:20060314104843-9b6ab-538f5a0e750479e3b793162e01638c594a702bf9.gz
* killed some borders, widths and other strictness bugsAnika Henke2006-03-08
| | | | darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz
* making basic, acl and usermanager styles more independent from templatesAnika Henke2006-03-08
| | | | darcs-hash:20060308211121-d5083-5301446cdca891cdbcd46e2667ecbf2dcd6af414.gz