Fix password config type to be password in db
This commit is contained in:
parent
e10aa3e60e
commit
763209ce15
|
@ -163,7 +163,7 @@ our %types = (
|
|||
format => q( $1\@$2 )
|
||||
},
|
||||
password => {
|
||||
db_type => 'string',
|
||||
db_type => 'password',
|
||||
hint => 'password',
|
||||
pattern => qr|^(.+)$|,
|
||||
format => q($1)
|
||||
|
|
Loading…
Reference in New Issue