mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Let's default Persona to off right now, change button text
This commit is contained in:
@@ -122,7 +122,7 @@ class SiteSetting < ActiveRecord::Base
|
|||||||
setting(:github_client_id, '')
|
setting(:github_client_id, '')
|
||||||
setting(:github_client_secret, '')
|
setting(:github_client_secret, '')
|
||||||
|
|
||||||
client_setting(:enable_persona_logins, true)
|
client_setting(:enable_persona_logins, false)
|
||||||
|
|
||||||
setting(:enforce_global_nicknames, true)
|
setting(:enforce_global_nicknames, true)
|
||||||
setting(:discourse_org_access_key, '')
|
setting(:discourse_org_access_key, '')
|
||||||
|
|||||||
@@ -252,7 +252,7 @@ en:
|
|||||||
title: "Log In with Github"
|
title: "Log In with Github"
|
||||||
message: "Authenticating with Github (make sure pop up blockers are not enabled)"
|
message: "Authenticating with Github (make sure pop up blockers are not enabled)"
|
||||||
persona:
|
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)"
|
message: "Authenticating with Persona (make sure pop up blockers are not enabled)"
|
||||||
|
|
||||||
composer:
|
composer:
|
||||||
|
|||||||
Reference in New Issue
Block a user