It's a great extension but I've found a minor bug in it. In default.php in three places it says MineType instead of MimeType, which makes it not retrieve the attachment MIME type properly from database. Other than that, everything's perfect, it seem…
It's a great extension but I've found a minor bug in it. In default.php in three places it says MineType instead of MimeType, which makes it not retrieve the attachment MIME type properly from database. Other than that, everything's perfect, it seem…
A quick and possibly suboptimal solution is to do the following with library/People/People.Class.Authenticator.php:
1. In method GetIdentity(): comment out //$this->LogIp($UserID);
2. In method Authenticate($Username, $Password, $PersistentSess…
@Tiggr: you probably need to put:
define('NOSESSION', true)
somewhere in dokuwiki.php.
Anyway, I've written a new class for this purpose (ie. make DokuWiki use Vanilla authentication). The source is in the wiki at: vanilla:integration:dokuwiki
Wo…
A password with @ seems to be working at the OpenSourceCMS demo (username: admin, pass: demo) but there's another problem: a user is able to apply for membership with a password containing < or >. However, when the application is accepted, the…