cancel
Showing results for 
Search instead for 
Did you mean: 

Changes in login screen

Former Member
0 Kudos

Hi All.

I have an standalone(no portal) webdynpro app that works with the standard authentication screen of netweaver.

I wanna know if there is possible to change that screen to:

- Limit the length of the login and password fields.

- Add a functionallity to change the password.

If those things are possible i wanna know how to do them.

Thx a lot.

Best regards.

Gregory.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi gregory,

u can limit the length of the login and password fields by giving the length property of the UI element to the values that u need.

If u want to size the ui element then u can set the width property of the element to some pixel values.

If u want to change the password then u have to do normal condition checking with the DB.

Regards,

Nagarajan.

Former Member
0 Kudos

Thx a lot Anilkumar and Nagarajan.

Anilkumar if i can change the branding image, cant i change the length of the fields??? And the change password functionality is impossible to???

Nagarajan i think u dont understood me. The app exceutes the standard login, i havent defined ui elements for the login and password.

Another question is, can i put a custom message in the standard login screen?

I hope u or somebody else can help me.

Best regards.

Gregory.

Former Member
0 Kudos

Hi.

I need an answer please.

Thx.

Best regards.

Gregory.

Former Member
0 Kudos

I believe the logon page that is displayed is the standard logon page of the portal so if you change the logon page of the portal it would be reflected for the webdynpro application too.

There customize the logon jsp page and I hope that would be enough for your requirement.

Check if the following link helps

Former Member
0 Kudos

Hi,

I don't think it is possible with standard authentication screen .

Regards, Anilkumar