mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS: Fix typos
This commit is contained in:
parent
a9c05f3287
commit
d521a52a33
@ -9,7 +9,7 @@ use SilverStripe\ORM\DataObjectInterface;
|
||||
|
||||
/**
|
||||
* A form field that can save into a {@link Money} database field.
|
||||
* See {@link CurrencyField} for a similiar implementation
|
||||
* See {@link CurrencyField} for a similar implementation
|
||||
* that can save into a single float database field without indicating the currency.
|
||||
*
|
||||
* @author Ingo Schommer, SilverStripe Ltd. (<firstname>@silverstripe.com)
|
||||
|
@ -166,7 +166,7 @@ class Security extends Controller implements TemplateGlobalProvider
|
||||
|
||||
/**
|
||||
* Enable or disable recording of login attempts
|
||||
* through the {@link LoginRecord} object.
|
||||
* through the {@link LoginAttempt} object.
|
||||
*
|
||||
* @config
|
||||
* @var boolean $login_recording
|
||||
@ -505,7 +505,7 @@ class Security extends Controller implements TemplateGlobalProvider
|
||||
/**
|
||||
* Perform pre-login checking and prepare a response if available prior to login
|
||||
*
|
||||
* @return HTTPResponse Substitute response object if the login process should be curcumvented.
|
||||
* @return HTTPResponse Substitute response object if the login process should be circumvented.
|
||||
* Returns null if should proceed as normal.
|
||||
*/
|
||||
protected function preLogin()
|
||||
@ -526,7 +526,7 @@ class Security extends Controller implements TemplateGlobalProvider
|
||||
}
|
||||
|
||||
// If arriving on the login page already logged in, with no security error, and a ReturnURL then redirect
|
||||
// back. The login message check is neccesary to prevent infinite loops where BackURL links to
|
||||
// back. The login message check is necessary to prevent infinite loops where BackURL links to
|
||||
// an action that triggers Security::permissionFailure.
|
||||
// This step is necessary in cases such as automatic redirection where a user is authenticated
|
||||
// upon landing on an SSL secured site and is automatically logged in, or some other case
|
||||
|
Loading…
Reference in New Issue
Block a user