-
Drop the lib [phpass](http://www.openwall.com/phpass/) and use the nativ [password hashing](https://secure.php.net/manual/de/ref.password.php) functionality of php with the fallback lib [password-comp…
ximex updated
9 years ago
-
#112
This is to set the optimal cost value for the hash function.
a smaller cost value is faster but less secure
a higher cost value is slower but more secure
the optimal cost value is, if the time …
ximex updated
9 years ago
-
At my fresh installation with aache 2.4.7 / php5.5.9, the installation ended with:
``` sh
[Fri Jun 12 08:23:40.755883 2015] [:error] [pid 3437] [client 127.0.0.1:41677] PHP Fatal error: Uncaught exc…
-
Hi,
i encountered and endless loop at user logine here:
https://github.com/Admidio/admidio/blob/master/adm_program/system/classes/user.php#L166
$row = $this->db->fetch_array();
while($row)
{....
sho…
-
Last year I had the opportunity to help about 10 people register a new user account, that's when I noticed that many of them struggled with the input validation.
Let me give you an example:
1. They f…
-
a little Add-On to show an overview about the actual status of online Users in the Plattform.
-
We have a gallery and show thumbnail. These thumbnails are linked to an image that is loaded with a php script. Thats because the image lies on a htaccess folder and could not linked directly.
The mo…
Fasse updated
9 years ago
-
I think they are wrong here:
https://github.com/Admidio/admidio/tree/master/db_scripts/adm_my_files/photos
ximex updated
9 years ago
-
I Get this Error based on there Error log
```
PHP Parse error: syntax error, unexpected '}' in XXX/adm_program/system/classes/email.php on line 418, referer: XXX/adm_program/modules/profile/profile_…
-
So we could move most of the infos from (http://admidio.org/dokuwiki/doku.php?id=de:entwickler:index) directly in this repository.
Example: https://github.com/openlayers/ol3/blob/master/CONTRIBUTING.…
ximex updated
9 years ago