History log of /dokuwiki/lib/plugins/usermanager/admin.php (Results 76 – 100 of 105)
Revision Date Author Comments
# 2365d73d 16-Jan-2009 Anika Henke <anika@selfthinker.org>

made 'edit user' in user manager more usable

darcs-hash:20090116214702-f7d6d-89ecae0e072bbd8ae42646733bf7ceff10b59540.gz


# c9a8f912 11-Oct-2008 Michael Klier <chi@chimeric.de>

FS#1137 don't allow admin user to delete himself

darcs-hash:20081011133640-23886-b2bc0d25ccc41af3c4c9d1c387eef3efea16689a.gz


# 7de12fce 17-Sep-2008 Andreas Gohr <andi@splitbrain.org>

fixed problem in usermanager when modLogin is not possible FS#1493

darcs-hash:20080917104357-7ad00-b3a86e2291b72d6494636b7117da178754289f39.gz


# c3f4fb63 01-Sep-2008 Gina Haeussge <osd@foosel.net>

Usermanager: Add autogeneration of password

The password of a newly added user account is now autogenerated
if the backend supports it, the password field is left empty and
the notificat

Usermanager: Add autogeneration of password

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

show more ...


# 7d3c8d42 17-Aug-2008 Gabriel Birke <Gabriel.Birke@delti.com>

Wrap user modifications in events

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 ac

Wrap user modifications in events

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

show more ...


# f46c9e83 15-Aug-2008 Anika Henke <anika@selfthinker.org>

fixed all remaining links to wiki.splitbrain.org and to restructured pages

darcs-hash:20080815134211-f7d6d-61f4f4fa1c5f62832d7cc5ad3e3a7a78460d2981.gz


# 9ec82636 15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

invalidate all user session cache when userdatabase is changed FS#1085

A reference file is now stored in data/cache/sessionpurge and is used to
check if user sessions are still valid.

To accomondat

invalidate all user session cache when userdatabase is changed FS#1085

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

show more ...


# ab567923 13-Oct-2007 Andreas Gohr <andi@splitbrain.org>

fixed URLs in plugin and user manager

For the new plugin repository, plugins should use a page named after their
class at wiki.splitbrain.org

darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996

fixed URLs in plugin and user manager

For the new plugin repository, plugins should use a page named after their
class at wiki.splitbrain.org

darcs-hash:20071013191842-7ad00-0580762663329d4f21e6996748117987438c953f.gz

show more ...


# 634d7150 29-Aug-2007 Andreas Gohr <andi@splitbrain.org>

CSRF prevention for admin plugins

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

CSRF prevention for admin plugins

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

show more ...


# 60b9901b 13-May-2007 Andreas Gohr <andi@splitbrain.org>

make sure all needed data is given when creating users from backend FS#1096

darcs-hash:20070513101600-7ad00-2e225a1d06706cc7591f16eb8eb17095e04ea6dc.gz


# bb4866bd 23-Sep-2006 chris <chris@jalakai.co.uk>

minor bugfix and boring error removal

darcs-hash:20060923203609-9b6ab-ecca679faa254a29772868508050fcf3206b0814.gz


# a6858c6a 23-Aug-2006 chris <chris@jalakai.co.uk>

user manager update

- 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 modif

user manager update

- 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

show more ...


# e165ecfd 05-May-2006 chris <chris@jalakai.co.uk>

admin plugin: fix menu option when auth module doesn't getUsers

darcs-hash:20060505000630-9b6ab-eb1add597db261d8d2843435bcfa22ac8f35a6f5.gz


# e04f1f16 09-Apr-2006 chris <chris@jalakai.co.uk>

Bug#680

Update default plugins to ensure they exit immediately
if not called from within Dokuwiki

darcs-hash:20060409233841-9b6ab-555e4fced756849a5d7b9de6e4aaaea24c6da3ae.gz


# ef64b3a2 14-Mar-2006 chris <chris@jalakai.co.uk>

usermanager minor changes: white space & comment improvement

darcs-hash:20060314122618-9b6ab-491420f904da7fd05af83ea5a875c887a1fe5153.gz


# 78c7c8c9 14-Mar-2006 chris <chris@jalakai.co.uk>

user manager fix : gracefully handle an attempt to edit a non-existant user

darcs-hash:20060314104843-9b6ab-538f5a0e750479e3b793162e01638c594a702bf9.gz


# daf4ca4e 08-Mar-2006 Anika Henke <a.c.henke@arcor.de>

killed some borders, widths and other strictness bugs

darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz


# 58dde80d 08-Mar-2006 Anika Henke <a.c.henke@arcor.de>

making basic, acl and usermanager styles more independent from templates

darcs-hash:20060308211121-d5083-5301446cdca891cdbcd46e2667ecbf2dcd6af414.gz


# a2c0246e 03-Mar-2006 Anika Henke <a.c.henke@arcor.de>

beautify user manager

darcs-hash:20060303192711-d5083-e1651bf6d3d8df47250b833224f5a11058549e5b.gz


# 5164d9c9 03-Mar-2006 Anika Henke <a.c.henke@arcor.de>

last strictness for plugins

darcs-hash:20060303173305-d5083-c45233160558f3f016d258a11f81482caaf06c05.gz


# 26fb387b 08-Feb-2006 chris <chris@jalakai.co.uk>

usermanager update for enhanced canDo

darcs-hash:20060208020657-9b6ab-4499d17f3e1b3b67c906b2f27a661cc9449a8d72.gz


# 073766c6 02-Feb-2006 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

change only changed data

This patch changed the modifyUser function of the user manager
so that it only forward data fields to the backend that the
user really changed. Unchanged or empty fields wil

change only changed data

This patch changed the modifyUser function of the user manager
so that it only forward data fields to the backend that the
user really changed. Unchanged or empty fields will be skipped.

darcs-hash:20060202192030-7ef76-a221f16cafd24eef632b6554ada90aee8b500b8b.gz

show more ...


# 82fd59b6 03-Feb-2006 Andreas Gohr <andi@splitbrain.org>

new way of auth module capability checking

This changes the way of how the capabilities of the used auth module are
checked as suggested as first option in
http://www.freelists.org/archives/dokuwiki

new way of auth module capability checking

This changes the way of how the capabilities of the used auth module are
checked as suggested as first option in
http://www.freelists.org/archives/dokuwiki/01-2006/msg00267.html

The MySQL backend WAS NOT TESTED and probably needs some work.

darcs-hash:20060203150302-7ad00-c524cafe20499f32e76ad42b4e68d7c635f6a9e9.gz

show more ...


# 67019d15 02-Feb-2006 chris <chris@jalakai.co.uk>

user manager fix, avoid calling getUserCount method when it isn't available

darcs-hash:20060202022500-9b6ab-896f1c762fa6aa9307fe30e8762fd6b424c717f7.gz


# 6154103c 01-Feb-2006 matthiasgrimm <matthiasgrimm@users.sourceforge.net>

show disabled user edit button in grey

This patch adds a grey image for the user edit button
that indicates that the button is inactive and can't
be triggered.

darcs-hash:20060201182902-7ef76-f2054

show disabled user edit button in grey

This patch adds a grey image for the user edit button
that indicates that the button is inactive and can't
be triggered.

darcs-hash:20060201182902-7ef76-f2054073d349662c0021edc4a16244504df5c77d.gz

show more ...


12345