Kaspars Dambis

Results 113 issues of Kaspars Dambis

- Support both Visual and HTML modes.

- The `master` branch goes to `trunk` on every `master` branch and tag commit. - Tags commits go to tags.

See https://wordpress.org/support/topic/plugin-breaks-bbpress-profile-editing/ > When you click on someone’s username in a bbPress forum, it brings up information from your WordPress profile and integrates it into your site’s theme. If you’re...

FIDO U2F
Compatibility

Looks like the `personal_options_update` filter isn't triggered when using the Enter key after entering the value in `two-factor-totp-authcode` input field.

TOTP

Fixed in #239. - https://wordpress.org/support/topic/feature-request-enforce-two-factor-login-for-all-users/

The codebase currently reports several critical issues when checked against the WPCS rulesets. ``` FILE: providers/class-two-factor-email.php ---------------------------------------------------------------------- FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES ---------------------------------------------------------------------- 299 | WARNING...

Developer Tooling

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 users...

Enhancement
Compatibility

Allow site admins to restrict the available two factor options, see #247.

Enhancement

Fixes #247. ## Approach - Abstract the profile settings away from WP core user profile. - Introduce a shortcode for rendering the two-factor user settings. ## Known Issues - `WP_List_Table`...

Currently the following error is generated when trying to upload the coverage report to Coveralls during the Travis run: https://travis-ci.com/github/WordPress/two-factor/jobs/349903189 ``` $ source "$DEV_LIB_PATH/travis.after_script.sh" if can_generate_coverage_clover && [ -s "$TEMP_DIRECTORY/paths-scope-php"...

Developer Tooling