mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:47:02 +02:00
added google xoauth2 support + fixed a journaling issue
This commit is contained in:
@ -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"> </div>
|
||||
<div class="fcell"><input type="submit" value="<?php print $text_submit; ?>" /> <input type="reset" value="<?php print $text_cancel; ?>" /></div>
|
||||
</div>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user