Changes between Initial Version and Version 1 of Ticket #13610, comment 4


Ignore:
Timestamp:
Feb 7, 2020, 11:44:32 PM (4 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13610, comment 4

    initial v1  
    44
    55Installed via:
    6 # pip install svn+https://trac-hacks.org/svn/accountmanagerplugin/trunk
     6{{{#!sh
     7$ pip install svn+https://trac-hacks.org/svn/accountmanagerplugin/trunk
     8}}}
    79
    810However, html login was not working so finally chose the .htpasswd method (using wscgi script, and pymysql instead of mysql connector (now deprecated)).