trustedlogin / trustedlogin-vendor

Plugin to interact with TrustedLogin's encrypted storage infrastructure to redirect support staff into an authenticated session on client installations.
GNU General Public License v3.0
0 stars 1 forks source link

Show admin alert on wp-admin if `sodium` check fails #31

Open inztinkt opened 4 years ago

inztinkt commented 4 years ago

if a host/server instance doesn’t have libsodium (sodium_compat) activated, the encrypt/sign/decrypt functions fail with no admin notice.

Add an admin notice about this.

inztinkt commented 4 years ago

also note to self, the current check for sodium is not returning true if sodium_compat is running

inztinkt commented 4 years ago

@zackkatz we should probably run HealthCheck::run_checks() on the settings page and output what needs to be done if it fails?