bf12ec81 | 13-May-2005 |
jan <jan@jandecaluwe.com> |
typos in register function
darcs-hash:20050513101858-45605-3b95334c8636ebfbbf8db099abda0c2e07095a28.gz |
b94418bb | 13-May-2005 |
jan <jan@jandecaluwe.com> |
msg not available in init.php
darcs-hash:20050513094100-45605-db4bffe5e2fa91296c66d9bf87d3f8482ad11ee9.gz |
3ba793e2 | 12-May-2005 |
andi <andi@splitbrain.org> |
fix for undefined function error in scriptify patch
darcs-hash:20050512213519-9977f-37df66fbdeba1245e8b4e9ab02c54417a3794017.gz |
8c4f28e8 | 12-May-2005 |
jan <jan@jandecaluwe.com> |
Turn sensitive files into scripts that exit immediately
darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz |
7009a5a9 | 12-May-2005 |
andi <andi@splitbrain.org> |
fixed logout #319
darcs-hash:20050512204107-9977f-94e56edf182e0194f0965052126ee88778d0bbeb.gz |
7a4ea97b | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Why does ActiveDirectory have to be the only one how gets to fill in the uid field, besides it should not be needed anymore if the new flexible LDAP syntax is accepted. $gid is not needed anymore, yo
Why does ActiveDirectory have to be the only one how gets to fill in the uid field, besides it should not be needed anymore if the new flexible LDAP syntax is accepted. $gid is not needed anymore, you can get it with the new syntax.
darcs-hash:20050511195726-ee6b9-5d0546b7ce40040811baa4d7b89522dc16a7964c.gz
show more ...
|
2984f237 | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
More flexible LDAP syntax for the configuration, should also make it posible to use non std. LDAP's like MS without having to use a special login user.
darcs-hash:20050511195405-ee6b9-07c63cc0e096e2
More flexible LDAP syntax for the configuration, should also make it posible to use non std. LDAP's like MS without having to use a special login user.
darcs-hash:20050511195405-ee6b9-07c63cc0e096e22900a77fe8d044d2c3f2500589.gz
show more ...
|
2560aa4a | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Make this be the $user instead of cn as returned by ldap search, this also makes it behave like the documentation says.
darcs-hash:20050511181943-ee6b9-13cfe24969f8cce4d22ab1bfb4de610218c3e125.gz |
fbe2891d | 11-May-2005 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Add option to not do anonymous bind and make i posible to be more script about where to locate user, version 2.
darcs-hash:20050511181639-ee6b9-c4ffc656a4a6af7848bcbca30270d2a869c02da6.gz |
88f522e9 | 11-May-2005 |
andi <andi@splitbrain.org> |
only show IP when username is not available
darcs-hash:20050511191229-9977f-86608b464b474e36ff1b4a059e2a0d88996537df.gz |
6e57b36b | 11-May-2005 |
andi <andi@splitbrain.org> |
fix for fetch.php
there is no need to close the filehandle after calling fpassthru which does close the handle itself
darcs-hash:20050511175144-9977f-59252300c856d170b28581cdc46646ed68cd5acc.gz |
8d9ff883 | 11-May-2005 |
huybkoen <huybkoen@gmail.com> |
Revised Dutch translations. I've put the text in more unpersonal way (so the messages seem more like messages and less like a conversation)
darcs-hash:20050511133921-2aeb0-e79a7c98b9a14c6373643bdaaa
Revised Dutch translations. I've put the text in more unpersonal way (so the messages seem more like messages and less like a conversation)
darcs-hash:20050511133921-2aeb0-e79a7c98b9a14c6373643bdaaa6c04eb1aa7f6ef.gz
show more ...
|
c8055661 | 10-May-2005 |
huybkoen <huybkoen@gmail.com> |
added a dutch translation for wiki:syntax
darcs-hash:20050510192815-2aeb0-2c6891761d5dd1b01581d081f4e75c0b7373f28d.gz |
eb5d07e4 | 11-May-2005 |
jan <jan@jandecaluwe.com> |
fix for autopasswd
darcs-hash:20050511103440-45605-012290dd1e9ffc10d2d30a70b38b96eb4d9581f4.gz |
c3699c18 | 11-May-2005 |
Jorge Barrera Grandon <jorge@digitalwolves.org> |
norwegian fix
darcs-hash:20050511103717-3d692-e67b2eb6e48611bee0bebe404422323e406d471b.gz |
660640bd | 11-May-2005 |
Jorge Barrera Grandon <jorge@digitalwolves.org> |
Norwegian lang update
darcs-hash:20050511084802-3d692-ccd7db131d5c01a31275fef4126611160e4ac136.gz |
cab2716a | 08-May-2005 |
matthias.grimm <matthias.grimm@users.sourceforge.net> |
user registration without email
This patch extends the user registration with a more direct way without the need for an valid email address. The user password is queried in the registration form and
user registration without email
This patch extends the user registration with a more direct way without the need for an valid email address. The user password is queried in the registration form and not automatically generated and sent by email. This mode could be configured with the new option 'autopasswd'. Some new texts were added for translation but only english and german translation databases have been updated yet.
darcs-hash:20050508200129-45302-ad4f2cf1d18514c76373cb6d6015e74712638402.gz
show more ...
|
7c37db8a | 08-May-2005 |
matthias.grimm <matthias.grimm@users.sourceforge.net> |
mysql create user function
This patch adds the missing function createuser in the mysql auth module. Some new SQL statements have to be defined so that it works: $conf['auth']['mysql']['getgroupid']
mysql create user function
This patch adds the missing function createuser in the mysql auth module. Some new SQL statements have to be defined so that it works: $conf['auth']['mysql']['getgroupid'] to get the ID of a given group $conf['auth']['mysql']['adduser'] to add a user to the database $conf['auth']['mysql']['addusergroup'] to let the user join a given group
darcs-hash:20050508183140-45302-de96a42fd79801a5e9ab14cb476f56b2c9432d7c.gz
show more ...
|
919eeb46 | 10-May-2005 |
andi <andi@splitbrain.org> |
added trailing slash when basedir is set
darcs-hash:20050510163354-9977f-9d0daa1ff8878899260f410f7e805d65a5fb3e46.gz |
e1fcbe1e | 10-May-2005 |
andi <andi@splitbrain.org> |
small fixes to register from admin page
It's AUTH_ADMIN not AUTH_AUTH ;-), Small formatting changes, removed superfluous perm check in register()
darcs-hash:20050510163055-9977f-ca82569166a73bb657e
small fixes to register from admin page
It's AUTH_ADMIN not AUTH_AUTH ;-), Small formatting changes, removed superfluous perm check in register()
darcs-hash:20050510163055-9977f-ca82569166a73bb657e82d3ffa525c1d1978f73e.gz
show more ...
|
5e199953 | 09-May-2005 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
fixing user registration from admin page
This patch fixes the user registration from the admin page. It removes the 'register' filter in act_clean() and enables act_permcheck() to handle permissions
fixing user registration from admin page
This patch fixes the user registration from the admin page. It removes the 'register' filter in act_clean() and enables act_permcheck() to handle permissions to 'register' differentially.
darcs-hash:20050509204423-7ef76-eeb3681e364b85690c342f8eabeb65d326cb0637.gz
show more ...
|
947fa198 | 09-May-2005 |
andi <andi@splitbrain.org> |
don't use static for footnote ids (bad in feed environment)
darcs-hash:20050509204343-9977f-264ebc54c3dee9e8e9ee4368d9a06af1fb486168.gz |
bdc127a4 | 09-May-2005 |
andi <andi@splitbrain.org> |
use SCRIPT_NAME instead of REQUEST_URI in getBaseName
REQUEST_URI breaks on directory access (eg. /dokuwiki/) and with the internal rewrite. SCRIPT_NAME should always work. Counter-Examples welcome
use SCRIPT_NAME instead of REQUEST_URI in getBaseName
REQUEST_URI breaks on directory access (eg. /dokuwiki/) and with the internal rewrite. SCRIPT_NAME should always work. Counter-Examples welcome
darcs-hash:20050509204019-9977f-ff5220346347575449734d5fd80fe9b85e5517c2.gz
show more ...
|
c2819840 | 09-May-2005 |
Jorge Barrera Grandon <jorge@digitalwolves.org> |
Norwegian lang modification
darcs-hash:20050509095623-3d692-e18ebc4cd0745e282096fef99d8f5a10dc791197.gz |
ec052310 | 09-May-2005 |
andi <andi@splitbrain.org> |
remove linefeed from version in meta header
darcs-hash:20050509162458-9977f-c1022acb2bb18a4c077b86948208d033d1173a27.gz |