kaystrobach/password

Last activity 13 Sep 2023 5916
composer require kaystrobach/password

Add description here

dev-master

Version
dev-master
Type
neos-package
Release Date
Sep 13, 2023 11:58
Source
git
Distribution
zip
Requires
  • neos/party: *
  • neos/flow: ~4.3 || ~5.0 || ~6.0 || ~7.0 || ~8.0
MIT aecf436548e74e407131659e9af82d4b41e26e0b

Readme excerpt

FLOW.Password

Password Validation Package for version 4.x of the neos/flow framework. Update for flow 5.x is planned.

Inclusion in Template

The Validator requires 2 fields, which are named like the controller parameter appended with [0] and [1].

<div class="form-group"> <label for="newPassword" class="col-sm-4 control-label">neues Passwort</label> <div class="col-sm-4"> <div class="input-group passwordfield"> <f:form.password id="newPassword" name="newPassword[0]" class="form-control" /> <span class="input-group-addon passwordDisplayArea" style="display: none;" data-behaviour="clipboard"></span> <span c…
Read more
The content of the readme is provided by an external source, which we have no control over. Check out the actual readme at its source.
The same vendor provides 13 package(s).