mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 00:03:09 +01:00
Fix markdown syntax
This commit is contained in:
parent
243313bda0
commit
a9b1a20f30
@ -9,7 +9,7 @@ # 2FAuth
|
||||
![screens](https://user-images.githubusercontent.com/858858/100485897-18c21400-3102-11eb-9c72-ea0b1b46ef2e.png)
|
||||
|
||||
[**2FAuth Demo**](https://demo.2fauth.app/)
|
||||
Credentials (login - password) : *demo@2fauth.app* - *demo*
|
||||
Credentials (login - password) : `demo@2fauth.app` - `demo`
|
||||
|
||||
## Purpose
|
||||
|
||||
@ -61,8 +61,8 @@ ### RFC compliance
|
||||
## Requirements
|
||||
|
||||
* [![Requires PHP8](https://img.shields.io/badge/php-^8.2-red.svg?style=flat-square)](https://secure.php.net/downloads.php)
|
||||
* See [Laravel server requirements](https://laravel.com/docs/7.x/installation#server-requirements)
|
||||
* Any database [supported by Laravel](https://laravel.com/docs/7.x/database)
|
||||
* See [Laravel server requirements](https://laravel.com/docs/installation#server-requirements)
|
||||
* Any database [supported by Laravel](https://laravel.com/docs/database)
|
||||
|
||||
## Installation guides
|
||||
|
||||
|
@ -117,14 +117,14 @@ #### Mail settings
|
||||
|
||||
| Build argument | Recommendation | Description |
|
||||
| --- | --- | --- |
|
||||
| MAIL_MAILER | SMTP | The driver type |
|
||||
| MAIL_HOST | smtp.yourdomain.com | The SMTP hostname |
|
||||
| MAIL_PORT | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
|
||||
| MAIL_USERNAME | 2fauth@yourdomain.com | The SMTP username |
|
||||
| MAIL_PASSWORD | password1234 | The SMTP password |
|
||||
| MAIL_ENCRYPTION | TLS | The encrytion type (TLS -> STARTTLS) or SSL |
|
||||
| MAIL_FROM_NAME | 2FAuth | The sender name |
|
||||
| MAIL_FROM_ADDRESS | 2fauth@yourdomain.com | The sender adress |
|
||||
| `MAIL_MAILER` | `SMTP` | The driver type |
|
||||
| `MAIL_HOST` | `smtp.yourdomain.com` | The SMTP hostname |
|
||||
| `MAIL_PORT` | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
|
||||
| `MAIL_USERNAME` | `2fauth@yourdomain.com` | The SMTP username |
|
||||
| `MAIL_PASSWORD` | `password1234` | The SMTP password |
|
||||
| `MAIL_ENCRYPTION` | `TLS` | The encrytion type (TLS -> STARTTLS) or SSL |
|
||||
| `MAIL_FROM_NAME` | `2FAuth` | The sender name |
|
||||
| `MAIL_FROM_ADDRESS` | `2fauth@yourdomain.com` | The sender adress |
|
||||
|
||||
Example:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user