mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 19:38:24 +00:00
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…
x
Reference in New Issue
Block a user