Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 810 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 810 Bytes

Build Status

Reset Password Plugin

The Reset Password plugin provides basic reset password functionality.

Documentation (GitHub Pages)

Documentation is available at onehippo-forge.github.io/reset-password/.

You can generate the GitHub pages only from master branch by this command:

$ mvn -Pgithub.pages clean site

The output is in the /docs directory; push it and GitHub Pages will serve the site automatically.

For rendering documentation on non-master branches, use the normal site command so the output will be in the /target and therefore ignored by Git.

mvn clean site:site