Let's default Persona to off right now, change button text
This commit is contained in:
parent
f7c9efb101
commit
ccbd3b2841
|
@ -122,7 +122,7 @@ class SiteSetting < ActiveRecord::Base
|
|||
setting(:github_client_id, '')
|
||||
setting(:github_client_secret, '')
|
||||
|
||||
client_setting(:enable_persona_logins, true)
|
||||
client_setting(:enable_persona_logins, false)
|
||||
|
||||
setting(:enforce_global_nicknames, true)
|
||||
setting(:discourse_org_access_key, '')
|
||||
|
|
|
@ -252,7 +252,7 @@ en:
|
|||
title: "Log In with Github"
|
||||
message: "Authenticating with Github (make sure pop up blockers are not enabled)"
|
||||
persona:
|
||||
title: "Log In with Any Email Address (Mozilla Persona)"
|
||||
title: "Log In with Mozilla Persona"
|
||||
message: "Authenticating with Persona (make sure pop up blockers are not enabled)"
|
||||
|
||||
composer:
|
||||
|
|
Loading…
Reference in New Issue