-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b7a9dd
commit e4b4ff8
Showing
5 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# The users account management module for SilverStripe | ||
|
||
This module allows users to register for an account and manage their | ||
account settings via a front end controller. | ||
|
||
You find out more info about this module in the following docs: | ||
|
||
* [Insalling](Installing.md) | ||
* [Usage](Usage.md) | ||
* [Examples](Examples.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Installation | ||
|
||
Then in the root of your project run: | ||
|
||
```sh | ||
composer require i-lateral/silverstripe-users` | ||
``` | ||
|
||
Then rebuild your database by visiting `dev/build`. This will add the required database columns and tables for the module to function, and refresh the configuration manifest. | ||
|
||
## Usage | ||
|
||
See for more info on using this module, [see the docs](Usage.md) |
File renamed without changes.