added google xoauth2 support + fixed a journaling issue

This commit is contained in:
SJ
2012-09-28 10:34:04 +02:00
parent f930aacc84
commit 55de53bb26
111 changed files with 38812 additions and 4 deletions

View File

@ -8,6 +8,11 @@
<div id="search1">
<?php if(ENABLE_GOOGLE_LOGIN == 1) { ?>
<div class="row">
<div class="fcell"><a href="<?php print $auth_url; ?>"><?php print $text_login_via_google; ?></a></div>
</div>
<?php } else { ?>
<div class="row">
<div class="fcell"><?php print $text_email; ?>:</div>
<div class="fcell"><input type="text" class="textregular" name="username" /></div>
@ -22,7 +27,7 @@
<div class="fcell">&nbsp;</div>
<div class="fcell"><input type="submit" value="<?php print $text_submit; ?>" /> <input type="reset" value="<?php print $text_cancel; ?>" /></div>
</div>
<?php } ?>
</div>