User Profile Page/Change Password Page
Hi All,
Im experiencing a strange problem.
After I type the URL for my application, say http://server1.com/app1/index.jsp, I am redirected to my login page with the URL for my application 1 appended to the login page URL using the ?goto=.... text. --
http://accessmanager.com/amconsole?goto=http://server1.com/app1/index.jsp
After logging in, if I hit enter (Return) once, it simply redirects me back to the application. However, if I press enter more than once, I am automatically taken to the user profiling page. i.e. the same as the following page:
http://accessmanager.com/amconsole
Somehow, if I hit enter twice, I am not redirected back to my application.
1. Is there a way to prevent this?
2. On the user profling page, is there a way to limit what attributes I would like to allow any user to change? For ex: currently users are allowed to change their name, email, password etc. I want to restrict user from only changing their password. Can the same be achieved?
Any help on this front would be greatly appreciated.
[1088 byte] By [
id107] at [2007-11-26 8:57:58]

# 4
Aron,
Thanks for your reply. What Im trying to ask is that suppose i PROVIDE a goto URL as follows:
http://amserver1/amserver/UI/Login?goto=myapplication
then it should always go to the goto URL.
But if I do NOT provide the goto url, (http://amserver1/amserver/UI/Login), can I make a setting where by default ALL such requests would go to some OTHER URL and not the user profile page? I would like to do this for ALL users.
Your help is appreciated.
id107 at 2007-7-6 22:59:06 >

# 5
> Aron,
>
> Thanks for your reply. What Im trying to ask is that
> suppose i PROVIDE a goto URL as follows:
>
> http://amserver1/amserver/UI/Login?goto=myapplication
>
> then it should always go to the goto URL.
yes that is what happens
>
> But if I do NOT provide the goto url,
> (http://amserver1/amserver/UI/Login), can I make a
> setting where by default ALL such requests would go
> to some OTHER URL and not the user profile page? I
> would like to do this for ALL users.
as mentioned earlier in this topic, you can set this success url in a very granular manner
org,role,user
you need to update the iplanet-am-auth-login-success-url
in the console you can see this under core auth
>
> Your help is appreciated.