Problem/Motivation
Would like username and email address to match exactly to improve accuracy when New user returns to login . "@" symbols are replaced with "." with no options to change.
Steps to reproduce
Setup handler on a form matching email field to email in account. Then complete form, and review account names.
Proposed resolution
Make the email @ replacement optional when making username. Creating a Disable Rewrite option in the Handler configuration and exportable to config.
Remaining tasks
User interface changes
Disable Option in Handler Interface
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | webform_user_registration_username_config_options.patch | 3.22 KB | christina_abboud |
Issue fork webform_user_registration-3290990
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 8.x-1.x
changes, plain diff MR !6
- 3290990-remove--replacement
changes, plain diff MR !1
Comments
Comment #3
whthat commentedComment #4
whthat commentedComment #11
christina_abboud commentedHello, I recreated the patch to be compatible with version 2 of the module
Comment #14
oivanov commented