====== Showpageafterlogin Plugin ====== ---- plugin ---- description: Redirects the user to a configureable page after login author : Sam B. email : sam@s-blu.de type : action lastupdate : 2019-01-09 compatible : 2018-04-22 "Greebo" depends : conflicts : similar : tags : redirect, landingpage, login downloadurl: https://github.com/s-blu/showpageafterlogin/archive/master.zip bugtracker : https://github.com/s-blu/showpageafterlogin/issues sourcerepo : https://github.com/s-blu/showpageafterlogin ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Alternatively, refer to [[:Plugins]] on how to install plugins manually. If you install this plugin manually, make sure it is installed in lib/plugins/showpageafterlogin/ - if the folder is called different it will not work! If you download the plugin from Github be sure to remove the -master suffix from the foldername. ===== Usage ===== Showpageafterlogin lets you configure a landingpage after login. That can be useful if you want - a fixed Status or Todo Page for logged in user (like a Dashboard) - a Tutorial Page for new Users For the second example to work, its possible to configure the count of Logins the Redirect should get executed. That makes it possible to show a specific page only the first or first three times etc. ===== Configuration and Settings ===== There are two Settings you can set via the Configuration GUI: ^ Key ^ Description ^ default ^ | page_after_login | Specifies the ID of the landingpage | start | | login_display_count |Specifies how often the landingpage should be shown (Logincount per User) (0 = every time) | 0 | ===== Development ===== === Change Log === * **2019-01-09** * Fixed Github issue #2 * plugin is now useable with version "Greebo" * **2016-02-14** * Initial release === Known Bugs and Issues === ===== FAQ ===== ==== Does every login (from Login-Button or denied access or other) triggers the redirect? ==== Yes, it doesn't matter in which context the user logs in, as long as he is within the configurated Count he'll get redirected. ===== Discussion ===== Feel free to report issues on the [[https://github.com/s-blu/showpageafterlogin/issues | Issue Tracker]] or discuss here. -----