kirby-securedpages icon indicating copy to clipboard operation
kirby-securedpages copied to clipboard

Protect pages for authenticated users

Results 9 kirby-securedpages issues
Sort by recently updated
recently updated
newest added

Long time no answers on issues.. or new release.. What about updating dependencies like kirby-uniform? thx

> htmlspecialchars_decode(): Passing null to parameter #1 ($string) of type string is deprecated > \site\plugins\kirby-securedpages-master\vendor\mzur\kirby-form\src\Form.php:332 Kirby 4.0.0-rc.4 PHP 8.1.23

hey.. logging out is possible by visiting `/logout` But whats a solution for a simple frontend login-page with maybe redirect to `/` after login? accessing `/no-permission` to login, results into:...

Hey. since kirby is based on simple user-roles, it does not provide a native feature to have multiple groups per person. technicaly it is possible to restrict front-end to custom...

if one has the direct url of any file inside protected sites, one is able to access it without login. Maybe it is possible to extend a controller or route...

enhancement

works in here… thx a lot =) any chance to get this working for first login via this plugin? https://github.com/datamints/kirby-plugin_ldap where to change things? in ldap-plugin or in securedpages plugin?

enhancement

Would be nice to have this, for using `durationLong` of cookie settings. On default kirby, a session lasts only 2 hours. see: https://getkirby.com/docs/reference/system/options/session and: https://getkirby.com/docs/guide/sessions#requesting-a-long-session

enhancement

Related to this https://github.com/kerli81/kirby-securedpages/issues/12 and this https://github.com/kerli81/kirby-securedpages/issues/10

It seems that with version 1.1.2 the new $loginstatus variable that contains the user and the logout url is not global. While we can use `$kirby->user()->username()` to show the logged...