Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14459: Preparing for release.
  • Loading branch information
gac410 committed Sep 6, 2017
1 parent 55f854e commit 2b55854
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 9 additions & 7 deletions data/System/SmsTwoStepAuthContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1503457002" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1504667881" format="1.1" version="1"}%
---+!! SMS Two-Step Authentication Contrib Package
<sticky>
<div style="float:right; background-color:#EBEEF0; margin:0 0 20px 20px; padding: 0 10px 0 10px;">
Expand Down Expand Up @@ -110,7 +110,8 @@ __Carrier missing?__ Find more in these e-mail to SMS gateway lists:

---+++ Section carrierlist

The "carrierlist" section returns a comma separated list of carriers listed in this topic.
The "carrierlist" section returns a comma separated list of carriers listed in this topic. Access the carrier list
using =%<nop>INCLUDE{"%SYSTEMWEB%.%TOPIC%" section="carrierlist"}%=

<div style="display: none;">
%STARTSECTION{carrierlist}%%SEARCH{
Expand All @@ -128,7 +129,9 @@ The "carrierlist" section returns a comma separated list of carriers listed in t
---+++ Section carrierselect

The "carrierselect" section returns the carrier list as HTML options statements for use in the
user registration drop-down, or other forms.
user registration drop-down, or other forms Access the carrier selection list
using =%<nop>INCLUDE{"%SYSTEMWEB%.%TOPIC%" section="carrierselect"}%=
.

<div style="display: none;">
%STARTSECTION{carrierselect}%
Expand Down Expand Up @@ -202,6 +205,7 @@ You do not need to install anything on the browser to use this extension. These
%BR% ={SmsTwoStepAuthContrib}{ErrorLoginTmpl} = 'smstwosteperrorlogin';=
* Access code error message:
%BR% ={SmsTwoStepAuthContrib}{AcessCodeError} = 'Invalid or outdated access code, please try again.';=
* Note that this extension requires a CGI Session prior to login. If you have turned off guest sessions using the expert setting: ={Sessions}{EnableGuestSessions}= it needs to be enabled for two-step login to work. The fix for Foswikitask:Item14460 will remove this restriction. This is planned for Foswiki 2.1.5 / 2.2.0.

---+++ Update !UserForm

Expand Down Expand Up @@ -264,7 +268,5 @@ Many thanks to the following sponsors for supporting this work:
%META:FIELD{name="License" title="License" value="[[https://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
%META:FIELD{name="Home" title="Home" value="Foswiki:Extensions.%25$ROOTMODULE%25"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Support.%25$ROOTMODULE%25"}%
%META:FILEATTACHMENT{name="mobile-carrier.gif" attachment="mobile-carrier.gif" attr="h" comment="" date="1503457002" size="890" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sms.gif" attachment="sms.gif" attr="h" comment="" date="1503457002" size="2243" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sms-2step-auth-diagram.png" attachment="sms-2step-auth-diagram.png" attr="h" comment="" date="1503457002" size="79934" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sms-access-code-login-350.png" attachment="sms-access-code-login-350.png" attr="h" comment="" date="1503457002" size="53563" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sms-2step-auth-diagram.png" attachment="sms-2step-auth-diagram.png" attr="h" comment="" date="1504667881" size="79934" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sms-access-code-login-350.png" attachment="sms-access-code-login-350.png" attr="h" comment="" date="1504667881" size="53563" user="ProjectContributor" version="1"}%
2 changes: 1 addition & 1 deletion lib/Foswiki/Contrib/SmsTwoStepAuthContrib.pm
Expand Up @@ -14,7 +14,7 @@ use strict;
use warnings;

our $VERSION = '1.01';
our $RELEASE = '23 Aug 2017';
our $RELEASE = '06 Sep 2017';

our $SHORTDESCRIPTION =
'Provide 2-factor login authentication using SMS messages.';
Expand Down
2 changes: 0 additions & 2 deletions lib/Foswiki/Contrib/SmsTwoStepAuthContrib/MANIFEST
Expand Up @@ -5,10 +5,8 @@ lib/Foswiki/Contrib/SmsTwoStepAuthContrib.pm 0644
lib/Foswiki/Contrib/SmsTwoStepAuthContrib/Config.spec 0644
lib/Foswiki/Contrib/SmsTwoStepAuthContrib/DEPENDENCIES 0644
lib/Foswiki/LoginManager/SmsTwoStepLogin.pm 0775
pub/System/SmsTwoStepAuthContrib/mobile-carrier.gif 0644
pub/System/SmsTwoStepAuthContrib/sms-2step-auth-diagram.png 0664
pub/System/SmsTwoStepAuthContrib/sms-access-code-login-350.png 0644
pub/System/SmsTwoStepAuthContrib/sms.gif 0644
templates/smstwostepemaillogin.tmpl 0644
templates/smstwostepemailmessage.tmpl 0644
templates/smstwosteperrorlogin.tmpl 0644
Expand Down

0 comments on commit 2b55854

Please sign in to comment.