Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
entrix
WoWSimpleRegistration
Commits
944b34cc
Commit
944b34cc
authored
Jul 28, 2020
by
Amin.MasterkinG
Browse files
Update config file for rename use_soap and add more description.
parent
a69194d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/config/config.php.sample
View file @
944b34cc
...
...
@@ -144,9 +144,13 @@ $config['captcha_key'] = '';
$config
[
'captcha_secret'
]
=
''
;
$config
[
'captcha_language'
]
=
'en'
;
/*===================================================================
use_
soap
soap
_for_register
Enable it if you have CMangos-Classic/MangosZero or Some of TBC servers.
Don't Enable it for AzerothCore/TrinityCore/SkyFire and AshamaneCore.
If your core database is different you can use SOAP for registration.
Servers using SRP6 for the password must enable this option and disabled change password.
If you want to enable Two-Factor Authentication (2FA) you don't need to enable this option.
For Two-Factor Authentication (2FA) just need to config other parts of the SOAP.
soap_host
SOAP server address
soap_port
...
...
@@ -170,7 +174,7 @@ soap_cp_command
account set password {USERNAME} {PASSWORD} {PASSWORD}
Check change password command in your server
=====================================================================*/
$config
[
'
use_
soap'
]
=
false
;
$config
[
'soap
_for_register
'
]
=
false
;
$config
[
'soap_host'
]
=
'127.0.0.1'
;
$config
[
'soap_port'
]
=
'7878'
;
$config
[
'soap_uri'
]
=
'urn:MaNGOS'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment