Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fmancardi committed Mar 5, 2018
1 parent b12c558 commit 70018c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/strings_english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ $s_plugin_GoogleOauth_user_is_enabled_failure_action = $s_action_common;

$s_plugin_GoogleOauth_user_is_login_request_allowed_failure_action =$s_action_common;

$s_plugin_GoogleOauth_mailForOauth = 'Mail to use for Oauth';
12 changes: 12 additions & 0 deletions pages/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@
value="<?php echo plugin_config_get( 'clientSecret' ); ?>">
</div>
</div>
<div class="form-group">
<label for="prefPORT" class="col-sm-3 control-label">
<?php plugin_config_get( 'mailForOauth' ) ?>
</label>
<div class="col-sm-7">
<select>
<option value="MantisBT">MantisBT</option>
<option value="GoogleAouthPlugin">GoogleAouthPlugin</option>
</select>
</div>
</div>

<div class="form-group">
<div class="col-sm-offset-6 col-sm-8">
<input id="submit" name="submit" type="submit"
Expand Down

0 comments on commit 70018c6

Please sign in to comment.