@extends('layouts.admin') @section('css') @endsection @section('content')

System Permissions

Back to Settings

@include('components.admin.error-message')
@csrf
  • User Registration

    If you disable this module, no one can register on this system.

  • Force SSL

    By enabling Force SSL (Secure Sockets Layer) the system will force a visitor that he/she must have to visit in secure mode. Otherwise, the site will be loaded in secure mode.

  • Agree Policy

    If you enable this module, that means a user must have to agree with your system's policies during registration.

  • Force Secure Password

    By enabling this module, a user must set a secure password while signing up or changing the password.

  • Email Verification

    If you enable Email Verification, users have to verify their email to access the dashboard. A 6-digit verification code will be sent to their email to be verified.
    Note: Make sure that the Email Notification module is enabled

  • Email Notification

    If you enable this module, the system will send emails to users where needed. Otherwise, no email will be sent. So be sure before disabling this module that, the system doesn't need to send any emails.

  • Mobile Verification

    If you enable Mobile Verification, users have to verify their mobile to access the dashboard. A 6-digit verification code will be sent to their mobile to be verified.
    Note: Make sure that the SMS Notification module is enabled

  • SMS Notification

    If you enable this module, the system will send SMS to users where needed. Otherwise, no SMS will be sent. So be sure before disabling this module that, the system doesn't need to send any SMS.

  • Push Notification

    If you enable this module, the system will send push notifications to users. Otherwise, no push notification will be sent. Setting here

  • Language Option

    If you enable this module, users can change the language according to their needs.

@endsection