George Stephanis

Results 38 comments of George Stephanis

Would this just be a new `wp_dropdown_blogs()` function or the like?

@corelanc0d3r There's also some prior art from wpcom vip's usage here: https://github.com/Automattic/vip-go-mu-plugins/blob/master/two-factor.php#L153

My main concern here would be portability of styles -- it may not render correctly. What other plugins create user screens on the front-end, and do they have any consistent...

So this handles the code change, my only uncertainty at this point is whether we should do something to handle the data / ux. That being, if someone had U2F...

@jeffpaul Do you have any thoughts on what the workflow should be if a user only has u2f enabled but no others?

It would have to go under includes -- WordPress Plugins don't really do composer in any functional way.

@soatok I'd abstracted out the encryption methods into the parent class to make them easier for other providers to adopt as well -- any concerns on that front from your...

Honestly, this needs a rewrite, probably moving more toward javascriptness. The fact that there isn't a button to update it in easy reach means some folks will probably update it...

It's not something that I think is great enough of a need to add a visible administrative option for, but I wouldn't necessarily object to a filter or the like....

Right! So to answer some concerns -- This PR is **never** intended to be merged into the main branch. Ever. It's just here so there's an easier-to-comment-on place for the...