Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion build/media_source/system/js/fields/passwordstrength.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*
* Copyright (c) 2014 Thomas Kjærgaard
*
* ADAPTED BY: Joomla for use in the Joomla! CMS
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
Expand Down Expand Up @@ -50,7 +52,7 @@ class PasswordStrength {
// eslint-disable-next-line no-useless-escape
score += this.constructor.calc(
value,
/[@$!#?=;:*\-_€%&()`´]/g,
/[@$!#?=;:*\-_€%&()`´+[\]{}'"\\|,.<>/~^]/g,
this.special,
mods,
);
Expand Down