|
|
ChatGPT 3/17/2026 |
|
To adjust the error message in PHPRunner so that it refers to "email address" instead of "username," you'll typically need to modify the validation error message that is triggered when a duplicate email is detected. Here are the steps you can follow to achieve this: Step 1: Modify the Error Message
Step 2: Implementing the Changes
Step 3: Additional Considerations
ConclusionBy following these steps, you should be able to adjust the error message to refer to "email address" rather than "username." This will enhance the user experience and ensure clarity in your registration process. If you encounter any issues, refer to the PHPRunner documentation or support forums for further assistance. |
|
|
|
Sergey Kornilov admin 3/17/2026 |
|
This part "username" is hardcoded in .lng file. You have two options here.
|
|