Zum Inhalt springen

Roundcube/Plugin/logout redirect: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
K Textersetzung - „http://“ durch „https://“
 
Zeile 4: Zeile 4:
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.
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)
* Info: <nowiki>https://www.std-soft.com/bfaq/52-cat-webmail/105-logout-redirect-fuer-roundcube.html</nowiki> (german)
* Download local copy
* Download local copy
* Plugin name: ''logout_redirect''
* Plugin name: ''logout_redirect''


  cd /var/www/roundcube/plugins
  cd /var/www/roundcube/plugins
  wget <nowiki>http://notes.sagredo.eu/files/qmail/tar/RC-plugins/logout_redirect_rc0.5_v1.2-MN.tar.gz</nowiki>
  wget <nowiki>https://notes.sagredo.eu/files/qmail/tar/RC-plugins/logout_redirect_rc0.5_v1.2-MN.tar.gz</nowiki>
  tar xzf logout_redirect_rc0.5_v1.2-MN.tar.gz
  tar xzf logout_redirect_rc0.5_v1.2-MN.tar.gz
  cd logout_redirect
  cd logout_redirect
Zeile 17: Zeile 17:


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>https://www.yoursite.net'</nowiki>;


[[Kategorie:Roundcube/Plugin]]
[[Kategorie:Roundcube/Plugin]]

Aktuelle Version vom 7. April 2025, 14:44 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: https://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 https://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'] = 'https://www.yoursite.net';