Gytis Repečka
Gytis Repečka
Ideal situation would be to have a shortcode which would display two-factor settings. I recently attempted to include two-factor settings into WooCommerce's `my-account/edit-account` page. I could enable/disable two-factor methods, but...
> Currently the two-factor setup for each user is tied to the standard user profile page. This makes it impossible to configure the two-factor authentication for sites that don't allow...
> Hi everyone. We needed 2FA for our WordPress meetup website and @wpscholar recommended this plugin over the other ones, so I merged this feature/profile-shortcode branch into the current master...
Just recently tried - `https://github.com/wpgwinnett/two-factor` (master branch) gives fatal errors on current version of WordPress.
@kasparsd any chances porting `feature/profile-shortcode` to current `master`?
Telegram is not end-to-end encrypted as content is available to it's servers running proprietary software. Make sure to read [the history of Telegram covered by WIRED](https://www.wired.com/story/how-telegram-became-anti-facebook/) to know more about...
I can confirm the same issue.
Any chances to merge into `master`?
I think it's not a problem if logged in user would always see post actions next to his/her blog posts - that's better than not seeing them at all. Or...
Problem originates from table `oauth_users` structure: ```sql CREATE TABLE `oauth_users` ( `user_id` int(11) NOT NULL, `remote_user_id` varchar(128) NOT NULL, `provider` varchar(24) NOT NULL DEFAULT '', `client_id` varchar(128) NOT NULL DEFAULT...