Changeset 1127 for trunk/core/lib/Foswiki/UI/Register.pm
- Timestamp:
- 12/02/08 12:49:15 (3 years ago)
- File:
-
- 1 edited
-
trunk/core/lib/Foswiki/UI/Register.pm (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/lib/Foswiki/UI/Register.pm
r1050 r1127 136 136 unless ( $session->{users}->isAdmin($user) ) { 137 137 throw Foswiki::OopsException( 138 'accessdenied', 138 'accessdenied', status => 403, 139 139 def => 'only_group', 140 140 web => $web, … … 421 421 throw Foswiki::OopsException( 422 422 'attention', 423 status => 200, 423 424 def => 'confirm', 424 425 web => $data->{webName}, … … 470 471 unless ( $session->{users}->isAdmin($user) ) { 471 472 throw Foswiki::OopsException( 472 'accessdenied', 473 'accessdenied', status => 403, 473 474 def => 'only_group', 474 475 web => $web, … … 508 509 throw Foswiki::OopsException( 509 510 'attention', 511 status => 200, 510 512 topic => $Foswiki::cfg{HomeTopicName}, 511 513 def => 'reset_ok', … … 737 739 throw Foswiki::OopsException( 738 740 'attention', 741 status => 200, 739 742 web => $webName, 740 743 topic => $topic, … … 746 749 throw Foswiki::OopsException( 747 750 'attention', 751 status => 200, 748 752 web => $webName, 749 753 topic => $topic, … … 894 898 throw Foswiki::OopsException( 895 899 'attention', 900 status => 200, 896 901 web => $Foswiki::cfg{UsersWebName}, 897 902 topic => $data->{WikiName},
Note: See TracChangeset
for help on using the changeset viewer.
