Port details |
- rubygem-devise-pwned_password Devise extension that checks user passwords against the PwnedPasswords dataset
- 0.1.12 devel =2 0.1.12Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2024-05-16 06:30:48
- Last Update: 2024-05-16 06:21:49
- Commit Hash: 24bd1fc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/michaelbanfield/devise-pwned_password
- Description:
- Devise::PwnedPassword is a Devise extension that checks user passwords against
the PwnedPasswords dataset.
It checks for compromised ("pwned") passwords in 2 different places/ways:
- As a standard model validation using pwned. This:
- prevents new users from being created (signing up) with a compromised
password
- prevents existing users from changing their password to a password that is
known to be compromised
- (Optionally) Whenever a user signs in, checks if their current password is
compromised and shows a warning if it is.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-devise-pwned_password>0:devel/rubygem-devise-pwned_password
- To install the port:
- cd /usr/ports/devel/rubygem-devise-pwned_password/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-devise-pwned_password
- pkg install rubygem-devise-pwned_password
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-devise-pwned_password
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714227806
SHA256 (rubygem/devise-pwned_password-0.1.12.gem) = 876452466634560a79910a1f22ef467f656e95e746c77d8266d70345b2279672
SIZE (rubygem/devise-pwned_password-0.1.12.gem) = 9216
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-devise-rails71>=0 : devel/rubygem-devise-rails71
- rubygem-pwned>=2.4<3 : security/rubygem-pwned
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- www/rubygem-bullet_train
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-devise-pwned_password
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.12 16 May 2024 06:21:49 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-devise-pwned_password: Add rubygem-devise-pwned_password 0.1.12
Devise::PwnedPassword is a Devise extension that checks user passwords against
the PwnedPasswords dataset.
It checks for compromised ("pwned") passwords in 2 different places/ways:
- As a standard model validation using pwned. This:
- prevents new users from being created (signing up) with a compromised
password
- prevents existing users from changing their password to a password that is
known to be compromised
- (Optionally) Whenever a user signs in, checks if their current password is
compromised and shows a warning if it is. |
Number of commits found: 1
|