Validate the username with the list of blacklist which is configured in the config page

Comments

N.kishorekumar created an issue. See original summary.

n.kishorekumar’s picture

StatusFileSize
new2.78 KB

Implemented the validation for black characer

n.kishorekumar’s picture

Status: Active » Needs review
krknth’s picture

Status: Needs review » Needs work
  1. +++ b/user_name_validation.module
    @@ -1,19 +1,63 @@
    +  ¶
    ...
    +  // Finding words in the node title.
    

    Remove white space

  2. +++ b/user_name_validation.module
    @@ -1,19 +1,63 @@
    +    if (Drupal\Component\Utility\Unicode::strlen($char) == 1) {
    

    You already imported

xaiwant’s picture

Issue summary: View changes
n.kishorekumar’s picture

Assigned: n.kishorekumar » Unassigned
Status: Needs work » Needs review
StatusFileSize
new2.75 KB

@krknth, dont find any extra whitespace
for the second point, changes are done

Please review the patch

xaiwant’s picture

Status: Needs review » Reviewed & tested by the community

@N.kishorekumar not getting any extra new as per @krknth #4 comment after applying the latest patch(#6).
moving to RTBC

  • N.kishorekumar committed df76d0f on 8.x-1.x
    Issue #2711299 by N.kishorekumar, xaiwant, krknth: Implement the...
heykarthikwithu’s picture

Assigned: Unassigned » heykarthikwithu
heykarthikwithu’s picture

Assigned: heykarthikwithu » Unassigned
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.