Skip to content

Commit 35ab9c5

Browse files
boulcejzheaux
authored andcommitted
Typo: Update rememberme.adoc
I changed 'unecessarily' to 'unnecessarily'
1 parent 842cc60 commit 35ab9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/rememberme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you have more than one in your application context, you need to specify which
5050

5151
[[remember-me-persistent-token]]
5252
== Persistent Token Approach
53-
This approach is based on the article titled http://jaspan.com/improved_persistent_login_cookie_best_practice[http://jaspan.com/improved_persistent_login_cookie_best_practice], with some minor modifications. (Essentially, the username is not included in the cookie, to prevent exposing a valid login name unecessarily.
53+
This approach is based on the article titled http://jaspan.com/improved_persistent_login_cookie_best_practice[http://jaspan.com/improved_persistent_login_cookie_best_practice], with some minor modifications. (Essentially, the username is not included in the cookie, to prevent exposing a valid login name unnecessarily.
5454
There is a discussion on this in the comments section of this article.)
5555
To use the this approach with namespace configuration, supply a datasource reference:
5656

0 commit comments

Comments
 (0)