Changes between Initial Version and Version 1 of net.sf.basedb.otp


Ignore:
Timestamp:
Jun 18, 2018, 1:06:05 PM (6 years ago)
Author:
Nicklas Nordborg
Comment:

Added wiki page for the OTP login extension

Legend:

Unmodified
Added
Removed
Modified
  • net.sf.basedb.otp

    v1 v1  
     1= OTP login extension =
     2
     3This package is an extension package to BASE that adds support
     4for authenticating users using one-time passcodes (OTP). For
     5example, with the [https://freeotp.github.io/ FreeOTP] smartphone
     6app or any other [https://en.wikipedia.org/wiki/Google_Authenticator Google authenticator]
     7compatible app.
     8 
     9
     10== Documentation ==
     11
     12 * BASE 3.12 or higher is required.
     13 * [wiki:net.sf.basedb.otp/install Installation instructions]
     14 * [wiki:net.sf.basedb.otp/using How to use]
     15
     16
     17== License ==
     18
     19[http://www.gnu.org/licenses/agpl-3.0.html GNU Affero General Public License version 3]
     20
     21
     22== Download ==
     23
     24|| '''Version''' || '''Revision''' || '''Date'''          || '''Binary (tar.gz)''' || '''BASE Version'''* ||  ||
     25|| 1.0           || - ||  -   || not released yet || 3.12 || [query:"group=resolution&milestone=OTP login v1.0&order=priority" changelog] ||
     26
     27'''*''' In general, each release works with the specified and later BASE versions.
     28
     29'''Source code''' can be downloaded from the subversion repository. Use the following command to get source code for the 1.0 version (not yet released):
     30
     31 `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/tags/1.0 otp-1.0`
     32
     33
     34The latest development (''maybe unstable; do not use on a production server'') revision can be checked out from the repository using the following command:
     35
     36 `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.otp/trunk otp-dev`
     37
     38
     39
     40== Contribute ==
     41
     42After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a ''team spirit'', you will likely be awarded that permission.
     43
     44
     45== Todo ==
     46[[TicketQuery(status!=closed&component=net.sf.basedb.otp)]]