Skip to content

Commit

Permalink
Fix #13171: Resetting columns config in My Account asks for reauthent…
Browse files Browse the repository at this point in the history
…ication

Since this is an end-user function, reauthentication should not be required
  • Loading branch information
dregad committed Jul 25, 2011
1 parent 3989b6c commit 70efbd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions manage_config_columns_reset.php
Expand Up @@ -42,9 +42,6 @@

form_security_validate( 'manage_config_columns_reset' );

auth_ensure_user_authenticated();
auth_reauthenticate();

$t_user_id = auth_get_current_user_id();

config_delete_for_user( 'view_issues_page_columns', $t_user_id );
Expand Down

0 comments on commit 70efbd9

Please sign in to comment.