====== isauth Plugin ====== ---- plugin ---- description: Temporarily hide portions of the content which is not finished yet. author : Kai Peter email : none@lists.openqmail.org type : syntax lastupdate : 2023-07-20 compatible : Jack Jackrum depends : conflicts : similar : ifauth, showif, condition, nodisp, ifauthex tags : acl, groups, hide, if, users downloadurl: http://ftp.dyndn.es/dokuwiki/plugin-isauth-latest.zip bugtracker : https://gitlab.com/kaili/isauth/issues sourcerepo : https://gitlab.com/kaili/isauth donationurl: screenshot_img : ---- ===== Installation ===== Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to the latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Syntax/Usage ===== [isauth account,@group]Text displayed if authorized[/isauth] The //account// or //@group// is allowed to see the text enclosed by the [isauth][/isauth] tags. multiple accounts and/or groups have to be separated by comma without any spaces in between. ==== Bugs / Feature Requests ==== Please report bugs or feature requests at the [[https://gitlab.com/kaili/isauth/issues/new|Issue Tracker]]. ==== Other Resources ==== * [[https://blog.dyndn.es/doku.php/blog/2018/10/09_plugin_isauth|blog article]] * [[https://gitlab.com/kaili/isauth|GitLab repo]] ==== Change Log ==== {{rss>https://gitlab.com/kaili/isauth/commits/master?feed_token=2RFxBpeS5TsERPHbphtk&format=atom date 8}} ==== ToDo/Wish List ==== * clean up the code * improve some docs There are still some "caveats" like in the original, but it is not subject to change as of now. ===== Discussion ===== This plugin was forked from the [[plugin:ifauth|ifauth plugin]]. I was tired of the lack of maintenance. I made changes to the code (fixes) many years ago for private usage - now I decided to fork and publish. So the //"paragraph"// issue is solved as well the code is PHP 7 compatible.