-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# fixurlincustomername | ||
|
||
Module for Prestashop 1.7 overriding isName() function in Validate.php, to prevent web robots from registering accounts with URLs in the name. | ||
|
||
Module is inspired by this and here you can get more informations: https://github.com/PrestaShop/PrestaShop/pull/13549 | ||
|
||
## Use | ||
|
||
Simply: | ||
- install and enable module | ||
- enable override in module settings | ||
- check if you can register customer with URL in name, if not everything is OK | ||
|
||
This is fixed in Prestashop from 1.7.6. There is no sense to use this in versions greater than 1.7.5.2. |