Skip to content
Snippets Groups Projects
Commit 93e71db6 authored by Daniel Sabatino's avatar Daniel Sabatino
Browse files

Merge branch 'hotfix/1.5.1' into 7.x-1.x

parents a4708eeb bde35d76
Branches develop
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ function ocio_simplesamlphp_auth_authmap_fix_form($form, &$form_state) {
$form['simplesamlphp_auth_authmapfix']['authmapfix_search_string'] = array(
'#type' => 'textfield',
'#title' => 'Search String',
'#required' => TRUE,
'#description' => 'Full or partical username to search for and update/insert authmap entry.',
'#default_value' => 'osu.edu'
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment