Plugin Directory

Changeset 945790


Ignore:
Timestamp:
07/09/2014 08:12:33 PM (12 years ago)
Author:
puggan
Message:

Added screenshoot to readme, and som more formating

Location:
bitid-authentication
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • bitid-authentication/trunk/readme.txt

    r945785 r945790  
    99
    1010== Description ==
    11 Bitid Authentication
     11= Bitid Authentication =
    1212extends wordpress default authentication with the bitid-protocol
    1313
    1414== Installation ==
    15     1. check if the server has the "GMP PHP extension", if not see if you (or the server admins) can install it.
    16     2. Upload it to the `/wp-content/plugins/` directory
    17     3. Activate the plugin through the 'Plugins' menu in WordPress
     151. check if the server has the "GMP PHP extension", if not see if you (or the server admins) can install it.
     162. Upload it to the `/wp-content/plugins/` directory
     173. Activate the plugin through the 'Plugins' menu in WordPress
    1818   
    1919== Frequently Asked Questions ==
    2020= What is bitid? =
    21     Bitid is a authentication protocol, where the secret never levave the user.
    22     This is done by the server sending a task to the client, and the client mathematicly prove that it has the secret.
    23     Read more at https://github.com/bitid/bitid
     21Bitid is a authentication protocol, where the secret never levave the user.
     22This is done by the server sending a task to the client, and the client mathematicly prove that it has the secret.
     23Read more at https://github.com/bitid/bitid
    2424
    2525= How do i use bitid? =
    26     You install a bitcoin in your phone, for exemple mycelium or schildbach.
    27     (There are at the current time no clients in the android market, they are both in a testing phase)
    28     There is also a client for Desktop computers, can be found at https://github.com/antonio-fr/SimpleBitID
     26You install a bitcoin in your phone, for exemple mycelium or schildbach.
     27(There are at the current time no clients in the android market, they are both in a testing phase)
     28There is also a client for Desktop computers, can be found at https://github.com/antonio-fr/SimpleBitID
    2929
    3030== Changelog ==
     
    3737
    3838== Screenshots ==
    39 no Screenshots yet :-(
     391. Exemple login using bitid
    4040
    4141== reference ==
Note: See TracChangeset for help on using the changeset viewer.