Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / MonoRail / TestSiteARSupport / Views / Account / update.vm
blob1ec6f60d0cca55a3a88ded677b29629a3fb5d5ba
1 <html>\r
2 <body>\r
3 \r
4 #foreach($error in $errorlist)\r
5   binding error $error.Key $error.Parent $error.Property $error.Exception <br/>\r
6 #end\r
7 \r
8 <span id="newid">$account.id</span>\r
9 <span id="name">$account.Name</span>\r
10 <span id="email">$account.Email</span>\r
11 <span id="password">$account.password</span>\r
12 <span id="pl">$account.ProductLicense.Id</span>\r
13 <span id="permissions">#foreach($it in $account.Permissions)$it.Id,#end</span>\r
15 </body>\r
16 </html>\r