mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
ee36284440
no issue - PasswordValidator was only adding a function to the base class but it introduced a confusing inheritance hierarchy that's easier to reason about when it's a mixin instead - swapped the `this.properties =` and `this._super()` calls in the `init` function of `new-user` so that the default can actually be applied - previously the BaseValidator `init` method was doing `this.properties = []` which meant the default fallback in extended classes wouldn't work |
||
---|---|---|
.. | ||
password.js |