jrock
jrock
> will add an option to hide the link Hey that's awesome Paul, thx for your time and awesome caddy module.
OK understood. We will use custom js or custom css for now. Would you like me to leave this issue open as a placeholder for the feature?
You move _faaaast_! 👍
Ok thx @greenpau! Will test. My pc died last night :-( so may take a few days.
@greenpau whilst testing with v1.1.13 I am getting this error: `run: adapting config using caddyfile: parsing caddyfile tokens for 'security': / app/conf/caddy/Caddyfile:79 - Error during parsing: unsupported subdirective for security.authentication.portal.ui:...
Some more testing: I commented `password_recovery_enabled` out of the Caddyfile and then caddy worked. However, on the Sign In page: 1) The "Contact Support" link still shows 2) Now the...
> The `password_recovery_enabled` in the UI was removed in favor of `enable password recovery` under a specific identity store. Please see [authp/authp.github.io#23](https://github.com/authp/authp.github.io/issues/23) Ah I see. So to disable these do...
> > The "Contact Support" link still shows > > @iamjrock , I need to fix the use case where there is only 1 authentication provider/store. Will tackle it in...
> @iamjrock , typically, the way you deal with it is by using snippets. [#69 (comment)](https://github.com/greenpau/caddy-security/issues/69#issuecomment-1075722666) > > Will the snippets solve it for you? Yes snippets & imports are...
> Let me replay your ask: You want to pull user attributes and then run rule analysis on the attributes and decide whether it is go/no-go? Yes that's about right....