convissor / login-security-solution

Development of the login-security-solution WordPress plugin happens here.
33 stars 21 forks source link

pw_sequential - update proofing #38

Closed cfoellmann closed 6 years ago

cfoellmann commented 10 years ago

this is a nice feature but 100% non-extendable the WP way.

If a user (site admin) adds a custom file it will be lost on update! Yes, it could be contributed here but it should not be required.

Possible solutions:

kevindoole commented 9 years ago

You could actually use wp_insert_post with an unregistered post type. Definitely feels a bit hacky, but from what I've seen this is a legit way to store info like this without causing side effects for users.

The LSS interface could then offer a very basic crud for these dictionary and sequence posts through wp-admin.