Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossein committed Jun 26, 2019
1 parent 42bb2a1 commit 1973bd8
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37761633-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-37761633-2');
</script>


## User-Manager

if you are looking for a simple user manager system, so you can use it in your own app. this is for you.
Expand All @@ -33,3 +22,5 @@ if you are looking for a simple user manager system, so you can use it in your o

## Show your support
Give a ⭐️ if this project helped you!
</body>
</html>
77 changes: 77 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>User Manager</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37761633-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-37761633-2');
</script>
</head>
<body>
<body>
## User-Manager

if you are looking for a simple user manager system, so you can use it in your own app. this is for you.
## Main Features
<ul>
<li><b>Fully Customizable</b>: There is an installation script that you can configure Website Title, domain, email(that is used while sending emails) AND user properties in the way you want</li>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/install.png" style="border:3px solid black"/>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/install_fields.png" style="border:3px solid black"/>
<li><b>Registration</b>: Simple Registeration With jquery form Validation</li>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/register.png" style="border:3px solid black"/>
<li><b>Login</b>: User can login and its data is saved in $_SESSION['UM_DATA']. you can use it anywhere you want!<br/>+ There is `Remember Me` option in login. user can select it so he will stay online for 10 days (you can change this by changing `UM_LOGIN_EXPIRE` in config.php)</li>
<li><b>Dashboard</b>: dashboard contains a profile manager that user can edit his profile data, But you can add other sections to it. I've used <a href="https://feathericons.com/" target="_blank">Feather Icons</a> for icons. you can use them easily</li>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/dashboard.png" style="border:3px solid black"/>
<li><b>Email Verification</b></li>
<li><b>Password Reset</b>: User can reset his/her password in case of forgeting that</li>
<li><b>Secure</b>: All security measures are observed</li>
<li><b>Recaptcha Support</b>: You can get <a href="https://www.google.com/recaptcha/admin" target="_blank">Recaptcha V3</a> api Keys and enter it while Installation, so recaptcha will be used in <u>background</u> on login, register and password reset request.</li>
</ul>

## Special Thanks
[@thibaut-decherit](https://github.com/thibaut-decherit) - For security notes

## Show your support
Give a ⭐️ if this project helped you!
</body>
</html><!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37761633-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-37761633-2');
</script>


## User-Manager

if you are looking for a simple user manager system, so you can use it in your own app. this is for you.
## Main Features
<ul>
<li><b>Fully Customizable</b>: There is an installation script that you can configure Website Title, domain, email(that is used while sending emails) AND user properties in the way you want</li>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/install.png" style="border:3px solid black"/>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/install_fields.png" style="border:3px solid black"/>
<li><b>Registration</b>: Simple Registeration With jquery form Validation</li>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/register.png" style="border:3px solid black"/>
<li><b>Login</b>: User can login and its data is saved in $_SESSION['UM_DATA']. you can use it anywhere you want!<br/>+ There is `Remember Me` option in login. user can select it so he will stay online for 10 days (you can change this by changing `UM_LOGIN_EXPIRE` in config.php)</li>
<li><b>Dashboard</b>: dashboard contains a profile manager that user can edit his profile data, But you can add other sections to it. I've used <a href="https://feathericons.com/" target="_blank">Feather Icons</a> for icons. you can use them easily</li>
<img src="https://raw.githubusercontent.com/irhosseinz/User-Manager/master/install/screen_shots/dashboard.png" style="border:3px solid black"/>
<li><b>Email Verification</b></li>
<li><b>Password Reset</b>: User can reset his/her password in case of forgeting that</li>
<li><b>Secure</b>: All security measures are observed</li>
<li><b>Recaptcha Support</b>: You can get <a href="https://www.google.com/recaptcha/admin" target="_blank">Recaptcha V3</a> api Keys and enter it while Installation, so recaptcha will be used in <u>background</u> on login, register and password reset request.</li>
</ul>

## Special Thanks
[@thibaut-decherit](https://github.com/thibaut-decherit) - For security notes

## Show your support
Give a ⭐️ if this project helped you!

0 comments on commit 1973bd8

Please sign in to comment.