Skip to content

allow for non-licensed plugins to use TrustedLogin #20

@inztinkt

Description

@inztinkt
  • rename auth/license_key in config object to 'auth/access_key`
  • add:
if get_setting( 'auth/access_key' ) == false  { 
  set $access_key = md5( get_site_url() . get_setting( 'vendor/namespace') );
}
  • ensure that the generated $access_key is shown on the confirmation box with instructions to share it with vendor's support team

(Note: this is added so that free plugins and WP org plugins can offer TL-powered support.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions