(3.0.0 - 3.25.6) 2.0.8 (3.0.0 - 3.25.6) 2.0.7 (3.0.0-ALPHA7 - 3.0.0-ALPHA12) 2.0.6-7 (3.0.0-ALPHA7 - 3.0.0-ALPHA11) 2.0.6-6 (3.0.0-ALPHA7 - 3.0.0-ALPHA10) 2.0.6-5 (3.0.0-ALPHA7 - 3.0.0-ALPHA9) 2.0.6-3 (3.0.0-ALPHA7 - 3.0.0-ALPHA8) 2.0.6-1.alpha8 (3.0.0-ALPHA7 - 3.0.0-ALPHA7) 2.0.6 (3.0.0-ALPHA5 - 3.0.0-ALPHA6) 2.0.5-dev1 (2.0.0 - 3.0.0-ALPHA5) 2.0.5 (2.0.0 - 3.0.0-ALPHA3) 2.0.4
DO NOT POST QUESTION/BUG-REPORTS/REQUESTS IN THE REVIEWS
It is difficult to carry a conversation in the reviews. If you
have a question/bug-report/request please use the
Thread for
that. You are more likely to get a response and help that way.
NOTE:
This documentation was last updated for version 2.0.4.
Please go to
github
for the most up-to-date documentation.
You can also download this plugin from this page.
A plugin that simplifies the login process. Instead of
asking for commands, users simply chat away.
I also provides for a number of tweaks that can improve the usability of
SimpleAuth.
Player connects for the first time. They are prompted to enter a
NEW password. They enter their password directly, without having to
enter /register.
They are asked for the password again to confirm. They re-enter their
password (again without /register).
Player connects again. They are prompted to enter their login
password. They type their login password directly (without
/login). And they are in.
It is possible to implement a web based pre-registration system with this
plugin.
simpleauthhelper.command.chpwd
permission. You probably wantThis module is responsible for monitoring the SimpleAuth data provider
to make sure that it is up and running and disable logins if it is not
available.
It kicks off a background task that will poll the SimpleAuth data provider
by trying to retrieve the data from the "canary-account". It is important
that you have configured and have working SimpleAuth provider the first
time you enable the database monitor. This is because the "canary-account"
needs to be created (if it doesn't exist already).
On a regular interval, the SimpleAuth
data provider is checked. If it is not running, all unauthenticated players
are kicked and any new joins are not allowed.
Configuration is through the config.yml file.
This plugin will honour the server language configuration. The
languages currently available are:
You can provide your own message file by creating a file called
messages.ini in the plugin config directory.
Check github
for sample files.
Alternatively, if you have
GrabBag
installed, you can create an empty messages.ini using the command:
pm dumpmsgs SimpleAuthHelper [lang]
max-attempts
.timeout
seconds.nest-egg
SimpleAuthHelper
Copyright (C) 2015 Alejandro Liu
All Rights Reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.