https://github.com/maritzstl/mtz-update-password
An element for validating a password matches all requirements before updating.
https://github.com/maritzstl/mtz-update-password
password polymer webcomponents
Last synced: 10 months ago
JSON representation
An element for validating a password matches all requirements before updating.
- Host: GitHub
- URL: https://github.com/maritzstl/mtz-update-password
- Owner: MaritzSTL
- License: mit
- Created: 2017-07-25T20:59:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-02T20:58:32.000Z (almost 8 years ago)
- Last Synced: 2025-04-14T08:11:36.573Z (about 1 year ago)
- Topics: password, polymer, webcomponents
- Language: HTML
- Homepage: https://www.webcomponents.org/element/MaritzSTL/mtz-update-password
- Size: 54.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/MaritzSTL/mtz-update-password)
[](https://www.webcomponents.org/element/MaritzSTL/mtz-update-password)
[](https://vaadin.com/directory/component/maritzstlmtz-update-password)
[](https://vaadin.com/directory/component/maritzstlmtz-update-password)
# \
Takes a password in from the user and validates it against a set of requirements.
The component was featured on Vaadin's blog: [Check it out](https://vaadin.com/blog/top-five-web-components-for-password-inp-1) :tada:
```html
```
## Install the Polymer-CLI
First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your application locally.
## Viewing Your Application
```
$ polymer serve
```
## Building Your Application
```
$ polymer build
```
This will create a `build/` folder with `bundled/` and `unbundled/` sub-folders
containing a bundled (Vulcanized) and unbundled builds, both run through HTML,
CSS, and JS optimizers.
You can serve the built versions by giving `polymer serve` a folder to serve
from:
```
$ polymer serve build/bundled
```
## Running Tests
```
$ polymer test
```
Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.