PIONEERS Awesome FS PBX

@hecatae, that got accidentally enabled during the install. I just fixed it.

Open this file
/var/www/fspbx/config/fortify.php

and comment out
'email-challenge',

So it looks like this


Code:
    'features' => [
        // Features::registration(),
        Features::resetPasswords(),
        // Features::emailVerification(),
        Features::updateProfileInformation(),
        Features::updatePasswords(),
        Features::twoFactorAuthentication([
            'confirm' => true,
            'confirmPassword' => true,
            // 'window' => 5,
        ]),
        // 'email-challenge',
        'remember-cookie',
    ],

Then run these commands

cd /var/www/fspbx
php artisan config:cache

It will fix your install. You can later reenable it when you create a superadmin with your own email
 
For anyone watching this thread, you should check out our latest video, which explains how to use the new provisioning service that replaced the legacy service. I believe we created something truly amazing.

 
It works very well if you have one of the supported phones. Templates are not too difficult to create if you're used to manually programming sets. I agree that the FusionPBX templates were confusing.
 

Members online

Forum statistics

Threads
26,705
Messages
174,501
Members
20,272
Latest member
voipgreene
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Back
Top