2017 © Pedro Peláez
 

library password

Password widget for OctoberCMS.

image

owl/password

Password widget for OctoberCMS.

  • Thursday, April 2, 2015
  • by scottbedard
  • Repository
  • 2 Watchers
  • 1 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Password

Uses hideShowPassword to mask input values on element blur., (*1)

Packagist, (*2)

Installation

To install the Password widget with your plugin, add the following to your plugin's composer.json file., (*3)

"require": {
    "owl/password": "~1.0@dev"
}

Next, register the widget in your plugin's Plugin.php file., (*4)

public function registerFormWidgets()
{
    return [
        'Owl\FormWidgets\Password\Widget' => [
            'label' => 'Password',
            'code'  => 'owl-password'
        ],
    ];
}

Usage

To use the Password widget, simply declare a field type as owl-password, (*5)

password:
    label: Password
    type: owl-password

The Versions

02/04 2015

dev-master

9999999-dev http://github.com/october-widgets

Password widget for OctoberCMS.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Scott Bedard

password owl october october cms