Created
December 26, 2015 15:53
-
-
Save Entrio/576f1a7ce52f59534857 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
site settings:Array\n(\n [userfrosting[site_title]] => test1\n [userfrosting[site_location]] => The State of Indiana\n [userfrosting[author]] => Alex Weissman\n [userfrosting[admin_email]] => [email protected]\n [userfrosting[default_locale]] => en_US\n [userfrosting[guest_theme]] => default\n [userfrosting[resend_activation_threshold]] => 0\n [userfrosting[reset_password_timeout]] => 10800\n [userfrosting[create_password_expiration]] => 86400\n [userfrosting[can_register]] => 1\n [userfrosting[enable_captcha]] => 1\n [userfrosting[show_terms_on_register]] => 1\n [userfrosting[require_activation]] => 1\n [userfrosting[email_login]] => 1\n [userfrosting[minify_css]] => 0\n [userfrosting[minify_js]] => 0\n [csrf_token] => fdbe6477707b6741749a8cb4f3fed21de0b0b1ac2ffe3ca927e244010f10a04a7ed8967b4ef5d863397ead7f13c7bfaa1978765c9f32c7edbd03f5681b55463e\n)\n | |
Array\n(\n [userfrosting] => Array\n (\n [site_title] => Array\n (\n [label] => Site Title\n [type] => text\n [options] => Array\n (\n )\n\n [description] => The title of the site. By default, displayed in the title tag, as well as the upper left corner of every user page.\n [value] => test\n )\n\n [site_location] => Array\n (\n [label] => Site Location\n [type] => text\n [options] => Array\n (\n )\n\n [description] => The nation or state in which legal jurisdiction for this site falls.\n [value] => The State of Indiana\n )\n\n [author] => Array\n (\n [label] => Site Author\n [type] => text\n [options] => Array\n (\n )\n\n [description] => The author of the site. Will be used in the site's author meta tag.\n [value] => Alex Weissman\n )\n\n [admin_email] => Array\n (\n [label] => Account Management Email\n [type] => text\n [options] => Array\n (\n )\n\n [description] => The administrative email for the site. Automated emails, such as verification emails and password reset links, will come from this address.\n [value] => [email protected]\n )\n\n [default_locale] => Array\n (\n [label] => Locale for New Users\n [type] => select\n [options] => Array\n (\n [de_DE] => de_DE\n [en_US] => en_US\n [es_ES] => es_ES\n [fr_FR] => fr_FR\n [it_IT] => it_IT\n [nl_NL] => nl_NL\n [pt_BR] => pt_BR\n [ro_RO] => ro_RO\n [th_TH] => th_TH\n [tr_TR] => tr_TR\n )\n\n [description] => The default language for newly registered users.\n [value] => en_US\n )\n\n [guest_theme] => Array\n (\n [label] => Guest Theme\n [type] => select\n [options] => Array\n (\n [default] => default\n [nyx] => nyx\n [root] => root\n )\n\n [description] => The template theme to use for unauthenticated (guest) users.\n [value] => default\n )\n\n [can_register] => Array\n (\n [label] => Public Registration\n [type] => toggle\n [options] => Array\n (\n [0] => Off\n [1] => On\n )\n\n [description] => Specify whether public registration of new accounts is enabled. Enable if you have a service that users can sign up for, disable if you only want accounts to be created by you or an admin.\n [value] => 1\n )\n\n [enable_captcha] => Array\n (\n [label] => Registration Captcha\n [type] => toggle\n [options] => Array\n (\n [0] => Off\n [1] => On\n )\n\n [description] => Specify whether new users must complete a captcha code when registering for an account.\n [value] => 1\n )\n\n [show_terms_on_register] => Array\n (\n [label] => Show TOS\n [type] => toggle\n [options] => Array\n (\n [0] => Off\n [1] => On\n )\n\n [description] => Specify whether or not to show terms and conditions when registering.\n [value] => 1\n )\n\n [require_activation] => Array\n (\n [label] => Require Account Activation\n [type] => toggle\n [options] => Array\n (\n [0] => Off\n [1] => On\n )\n\n [description] => Specify whether email verification is required for newly registered accounts. Accounts created by another user never need to be verified.\n [value] => 1\n )\n\n [email_login] => Array\n (\n [label] => Email Login\n [type] => toggle\n [options] => Array\n (\n [0] => Off\n [1] => On\n )\n\n [description] => Specify whether users can login via email address or username instead of just username.\n [value] => 1\n )\n\n [resend_activation_threshold] => Array\n (\n [label] => Resend Activation Email Cooloff (s)\n [type] => text\n [options] => Array\n (\n )\n\n [description] => The time, in seconds, that a user must wait before requesting that the account verification email be resent.\n [value] => 0\n )\n\n [reset_password_timeout] => Array\n (\n [label] => Password Recovery Timeout (s)\n [type] => text\n [options] => Array\n (\n )\n\n [description] => The time, in seconds, before a user's password reset token expires.\n [value] => 10800\n )\n\n [create_password_expiration] => Array\n (\n [label] => Create Password for New Users Timeout (s)\n [type] => text\n [options] => Array\n (\n )\n\n [description] => The time, in seconds, before a new user's password creation token expires.\n [value] => 86400\n )\n\n [minify_css] => Array\n (\n [label] => Minify CSS\n [type] => toggle\n [options] => Array\n (\n [0] => Off\n [1] => On\n )\n\n [description] => Specify whether to use concatenated, minified CSS (production) or raw CSS includes (dev).\n [value] => 0\n )\n\n [minify_js] => Array\n (\n [label] => Minify JS\n [type] => toggle\n [options] => Array\n (\n [0] => Off\n [1] => On\n )\n\n [description] => Specify whether to use concatenated, minified JS (production) or raw JS includes (dev).\n |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment