Skip to content

Instantly share code, notes, and snippets.

@joshcanhelp
Created May 7, 2018 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshcanhelp/4982298f1a7d4121bd9f8ed7c313bb69 to your computer and use it in GitHub Desktop.
Save joshcanhelp/4982298f1a7d4121bd9f8ed7c313bb69 to your computer and use it in GitHub Desktop.
Default WP-Auth0 settings for reset
{
"version":1,
"last_step":1,
"migration_token_id":null,
"use_lock_10":true,
"jwt_auth_integration":0,
"amplificator_title":"",
"amplificator_subtitle":"",
"connections":[],
"auth0js-cdn":"https:\/\/cdn.auth0.com\/js\/auth0\/9.4\/auth0.min.js",
"domain":"",
"client_id":"",
"client_secret":"",
"client_secret_b64_encoded":false,
"client_signing_algorithm":"RS256",
"cache_expiration":1440,
"auth0_app_token":null,
"wordpress_login_enabled":"1",
"password_policy":"fair",
"sso":0,
"singlelogout":0,
"mfa":null,
"fullcontact":null,
"fullcontact_apikey":"",
"geo_rule":null,
"income_rule":null,
"override_wp_avatars":"1",
"icon_url":"",
"form_title":"",
"social_big_buttons":0,
"gravatar":"1",
"custom_css":"",
"custom_js":"",
"username_style":"",
"primary_color":"",
"language":"",
"language_dictionary":"",
"requires_verified_email":"1",
"remember_users_session":false,
"default_login_redirection":"http:\/\/wp.localhost.test",
"passwordless_enabled":false,
"force_https_callback":0,
"cdn_url":"https:\/\/cdn.auth0.com\/js\/lock\/11.5\/lock.min.js",
"cdn_url_legacy":"https:\/\/cdn.auth0.com\/js\/lock-9.2.min.js",
"passwordless_cdn_url":"https:\/\/cdn.auth0.com\/js\/lock\/11.5\/lock.min.js",
"lock_connections":"",
"link_auth0_users":null,
"auto_provisioning":0,
"migration_ws":0,
"migration_token":null,
"migration_ips_filter":0,
"migration_ips":"",
"auto_login":0,
"auto_login_method":"",
"auth0_implicit_workflow":0,
"ip_range_check":0,
"ip_ranges":"",
"valid_proxy_ip":"",
"custom_signup_fields":"",
"extra_conf":"",
"social_twitter_key":"",
"social_twitter_secret":"",
"social_facebook_key":"",
"social_facebook_secret":"",
"auth0_server_domain":"auth0.auth0.com",
"chart_idp_type":"donut",
"chart_gender_type":"donut",
"chart_age_type":"donut",
"chart_age_from":"10",
"chart_age_to":"70",
"chart_age_step":"5",
"allow_signup":0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment