fixed bug wih escaping password before hashing it
This commit is contained in:
12
README.md
12
README.md
@@ -11,6 +11,7 @@ This plugin is an open source module for TinyTinyRSS which simulates the Fever A
|
||||
* <a href="#supported">Supported/Tested Clients</a>
|
||||
* <a href="#installation">Installation</a>
|
||||
* <a href="#debug">Debugging</a>
|
||||
* <a href="#error">Error reporting</a>
|
||||
* <a href="#license">License</a>
|
||||
* <a href="#changelog">Changelog</a>
|
||||
|
||||
@@ -49,6 +50,12 @@ In the file ```fever_api.php``` there are two flags for debugging at the beginni
|
||||
* ```DEBUG_USER``` - set this to the id (from ttrss_users) of your user you would like to always authenticate on your Tiny Tiny RSS installation. The authentication process is then skipped and the api gets always authentication.
|
||||
* ```DEBUG_FILE``` - set this to a filename that suits you for debugging this plugin if you need to.
|
||||
|
||||
## <a name="error">Error reporting</a>
|
||||
|
||||
When you find an error you may post it in the plugin [thread](http://tt-rss.org/forum/viewtopic.php?f=22&t=1981) or here on github.com in the ```Issues``` section.
|
||||
|
||||
Please include your debug log which should be cleaned up. Please remove your username, password and apikey before posting it.
|
||||
|
||||
## <a name="license">License</a>
|
||||
|
||||
Licensed under GNU GPL version 2 (<- I think this is okay for this plugin…)
|
||||
@@ -84,3 +91,8 @@ v1.4.3 - 2013/6/28
|
||||
* added ```DEBUG_FILE``` to debug configuration
|
||||
* changed authentication call from Mr.Reader so that the reply is also uppercase, since the API-KEY comes in uppercase from clients
|
||||
* fixed debug output while authentication in Mr.Reader with displaying the email adress
|
||||
|
||||
v1.4.4 - 2013/6/28
|
||||
|
||||
* updated the documentation
|
||||
* changed some in saving the generated API-KEY - now its generated like in the Fever API documentation
|
||||
|
||||
Reference in New Issue
Block a user