Roundcube/Plugin/logout redirect: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „== Logout redirect == This plugin is not tested against <code>Roundcube</code> 1.4.1 In case you have installed the autologon plugin this one could be useful to redirect users to the home page of your site upon logout. * Info: <nowiki>http://www.std-soft.com/bfaq/52-cat-webmail/105-logout-redirect-fuer-roundcube.html</nowiki> (german) * Download local copy * Plugin name: ''logout_redirect'' cd /var/www/roundcube/plugins wget <nowiki>http://notes.sagr…“
 
Keine Bearbeitungszusammenfassung
 
Zeile 18: Zeile 18:
Configure like this editing the ''config.inc.php'' inside the plugin's config folder:
Configure like this editing the ''config.inc.php'' inside the plugin's config folder:
  $ config['logout_redirect_url'] = '<nowiki>http://www.yoursite.net'</nowiki>;
  $ config['logout_redirect_url'] = '<nowiki>http://www.yoursite.net'</nowiki>;
[[Kategorie:Roundcube/Plugin]]

Aktuelle Version vom 27. August 2023, 15:29 Uhr

Logout redirect

This plugin is not tested against Roundcube 1.4.1

In case you have installed the autologon plugin this one could be useful to redirect users to the home page of your site upon logout.

  • Info: http://www.std-soft.com/bfaq/52-cat-webmail/105-logout-redirect-fuer-roundcube.html (german)
  • Download local copy
  • Plugin name: logout_redirect
cd /var/www/roundcube/plugins
wget http://notes.sagredo.eu/files/qmail/tar/RC-plugins/logout_redirect_rc0.5_v1.2-MN.tar.gz
tar xzf logout_redirect_rc0.5_v1.2-MN.tar.gz
cd logout_redirect
chown -R root.apache logout_redirect
chmod -R o-rx logout_redirect

The plugin logout_redirect must be the last in the list of plugins in the main.inc.php otherwise the subsequent plugins will no longer run.

Configure like this editing the config.inc.php inside the plugin's config folder:

$ config['logout_redirect_url'] = 'http://www.yoursite.net';