jcmb
Forum Replies Created
-
Forum: Plugins
In reply to: [Two Factor] How to activate e-mail 2FA for all users?Have a look at https://github.com/WordPress/two-factor/issues/307#issuecomment-624843209.
You could implement it as plugin or via Code Snippets (or wait until the corresponding pull requests have been merged).
Forum: Plugins
In reply to: [Redirection] restricting target URL scopeHi John,
thanks for getting back to me!
I’m just worried about users breaking the website or hacked accounts.
I’d like to enable an editor to create redirections. The role shouldn’t be capable of freely entering any domain into the form fields but instead sticking to the root domain/subsite only (or a predefined set of domains).
e.g. https://example.com/my-old-slug pointing to https://example.com/my-brandnew-slug (and NOT “some-shady-domain.com” or http:/exmaple.com/my-brandnew-typo 😉 )
Thanks
The same also here. Manually fixing the typos does fix the issue.
Forum: Fixing WordPress
In reply to: Permanent “New Releases” notification when on 5.6 minor versionThanks, Alan! I’ll look into it. Even though I was hoping for a serverside solution to implement in wp-config.php.