Skip to content

Commit

Permalink
Bump. Now signup page is 100% HTTPS if required.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 15, 2005
1 parent c11e289 commit 5d78942
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions login/signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
require_once("../config.php");
require_once("../auth/$CFG->auth/lib.php");

//HTTPS is potentially required in this page
httpsrequired();

if ($CFG->auth != 'email' and (empty($CFG->auth_user_create) or !(function_exists('auth_user_create'))) ) {
error("Sorry, you may not use this page.");
}
Expand Down

0 comments on commit 5d78942

Please sign in to comment.