Administrate: password field?

Created on 8 Aug 2017  路  4Comments  路  Source: thoughtbot/administrate

Seems like there is no password field type. I'm just looking for a text field where the input type is password and the display when showing is 8 *'s.

If that seems reasonable I'm happy to do a pull request.

Most helpful comment

That's weird that password field is not included in the package by default, looks like raw and incomplete package.

All 4 comments

There's a third-party plugin which provides a password field: https://github.com/DisruptiveAngels/administrate-field-password I'd recommend giving that a go!

Looks good! Seems like you could integrate it - or at least add a note in the docs.

In any case, thank you for your work!

That's weird that password field is not included in the package by default, looks like raw and incomplete package.

Looks like this has since been integrated - works for me using Field::Password without the extra gem

Was this page helpful?
0 / 5 - 0 ratings