Skip to content
Snippets Groups Projects
Commit cc6d7da8 authored by renater.salaun's avatar renater.salaun
Browse files

Rename get_sp_list to account_wizard

git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@21 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 5e5e604f
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ my %format = (
);
my %actions = ('select_sp' => {'title_en' => 'Select your Service Provider' },
'get_sp_list' => {'title_en' => 'Select your Service Provider' },
'account_wizard' => {'title_en' => 'Select your Service Provider' },
'generate_token' => {'title_en' => 'Generate an authentication token'},
'validate_token' => {'title_en' => 'Validate an authentication token'},
);
......@@ -110,7 +110,7 @@ sub new {
}else {
## Default action
&IdPAccountManager::Tools::do_log('info', "Default action");
$request->{'action'} = 'get_sp_list';
$request->{'action'} = 'account_wizard';
}
bless $request, $pkg;
......@@ -229,8 +229,8 @@ sub respond {
}
}
## Return the list of known SPs
sub req_get_sp_list {
## Return the list of known SPs first
sub req_account_wizard {
my $self = shift;
&IdPAccountManager::Tools::do_log('info', "");
......
......@@ -7,9 +7,9 @@
An error occured
[% END %]
[% ELSIF action == 'get_sp_list' %]
[% ELSIF action == 'account_wizard' %]
[% TRY %]
[% PROCESS 'templates/web/get_sp_list.tt2.html' %]
[% PROCESS 'templates/web/account_wizard.tt2.html' %]
[% CATCH %]
An error occured
[% END %]
......
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