1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00

remove encrypt filter from password as it's already hashed

This commit is contained in:
Damodar Lohani 2021-12-02 15:35:19 +05:45
parent 32b13f113a
commit e6304d71b0

View file

@ -970,7 +970,7 @@ $collections = [
'required' => false,
'default' => null,
'array' => false,
'filters' => ['encrypt'],
'filters' => [],
],
[
'$id' => 'passwordUpdate',