Skip to content

Commit

Permalink
Merge branch 'hotfixes' of github.com:osclass/Osclass into hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
garciademarina committed Nov 17, 2014
2 parents e6f0ed8 + 0d1bb1e commit 07e5c5b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions oc-includes/osclass/helpers/hSecurity.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?php


/*
* Copyright 2014 Osclass
*
Expand Down Expand Up @@ -42,7 +41,6 @@ function osc_genRandomPassword($length = 8) {
return $pass;
}


/**
* Create a CSRF token to be placed in a form
*
Expand Down Expand Up @@ -232,7 +230,6 @@ function osc_is_username_blacklisted($username) {
return false;
}


/*
* Verify an user's password
*
Expand Down Expand Up @@ -384,8 +381,3 @@ function osc_random_string($length) {
}
return substr(str_replace('+', '.', base64_encode($buffer)), 0, $length);
}





0 comments on commit 07e5c5b

Please sign in to comment.