35f06fcd24
server and if PHP has access to the username and password, this plugin will bypass the login screen and use the provided username/password. If this plugin enabled and the information isn't present, it doesn't crash or produce error messages. It just doesn't automatically log you in. If the user/pass information does not work for the IMAP server, this still displays the login form, just in case the web server password and IMAP password are not synchronized. WWW: http://www.squirrelmail.org/plugin_view.php?id=34 PR: ports/95752 Submitted by: Stefan Bethke <stb@lassitu.de>
10 lines
604 B
Text
10 lines
604 B
Text
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin login_auth; fi
|
|
%%SQUIRRELDIR%%/plugins/login_auth/COPYING
|
|
%%SQUIRRELDIR%%/plugins/login_auth/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/login_auth/README
|
|
%%SQUIRRELDIR%%/plugins/login_auth/functions.php
|
|
%%SQUIRRELDIR%%/plugins/login_auth/index.php
|
|
%%SQUIRRELDIR%%/plugins/login_auth/setup.php
|
|
%%SQUIRRELDIR%%/plugins/login_auth/version
|
|
@dirrm %%SQUIRRELDIR%%/plugins/login_auth/
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin login_auth; fi
|