Change password at the first login

Hello

I have an application with an authentication scheme based on a table that contains all users - everything works fine.
But now I want to force the user to change the password at the first login. Is it possible to get through the property "authentication process after" in the authentication scheme?
If yes how?

Thanks in advance.

Kind regards
Martin

Martin,

You can do it in many places - in the login (in the process of connection) page or homepage (as before the process of the header) or as post authentication process...

You can redirect to any page using the owa_util.redirect_url procedure. See what Re: Login redirects to pages

See you soon,.
Hari

Tags: Database

Similar Questions

  • Need to change password on the first login to the local account in Windows 8/8.1/10

    I need to create an about a dozen local accounts on a MS Surface Pro 3 running Windows 8.1 which is shared in a working environment.

    I would create each account with a fake password and force the user to change the password immediately to the first connection.

    How do I do that? Is the technique for Windows 10 the same?

    Hello

    Thanks for posting your query in Microsoft Community.

    Your question is beyond the scope of what is generally answered in this forum of consumer and would be better suited for the IT Pro TechNet public.

    Please post your question in the TechNet Forums.

  • Asking the user to change the password after the first login.

    Is someone can you please tell me what the procedure is to require users to change their password when they first register an APEX application?
    Please provide detailed examples.
    I guess I have to write a process, probably in the login page and then create my own page to enter the old and new passwords. I then define the branching right, etc. in order to integrate this page with the rest of the application. Is there a standard way to do this? It seems to me that it should be.
    Thank you.

    If you use the authentication method the APEX, try the following:

    The form of departure in the APEX that displays all of the applications that you have installed, right side, administration section, manage users explicit application, click this item.

    If you add a user, then click on the button create and enter the relevant information.

    If you already have an existing user and I want to just change them, click on the user icon.

    To set the password needs to be reset during its first use, under the control of the accounts, click the menu drop down require the change of password on first use and select Yes.

    Save the user, and the first time the user logs in the APEX, they will have to reset their password.

    Is that clear enough to follow?

    On a side note, I STRONGLY recommend that change you your scheme of authentication or Custom database driven, since the APEX authentication scheme is used mainly for developers...

    Thank you

    Tony Miller
    Webster, TX

  • Error on change of password due to the expiry at the first login - bug?

    Hello

    When I create a new user to the workspace in a workspace by using the default password policy and set their password expires on first use, thus prompting a change of password, if the user specifies a password that violates the strong policy, they returned to the login screen of workspace with no indication that the password change was not accepted because it violates the strong policy. The user must connect with the original (unchanged) password, prompting so a change of password again once and they were beaten in a loop without clear indicator as to why.

    If a password that passes the strong policy is used, there is a message stating that the password has been changed successfully and the user name can now work space with their changed password.

    At this point if a change of password is requested by the user after the notation in the workspace, and a password that violates the strong policy is provided, a message appears saying that it violates the strong policy and why (which is what I expected to see when the password for the first time as described above). If they provide a password that passes the strong political, the password is accepted, a message is provided indicating this.

    We use the Apex Apex listener 1.1.3 and GlassFish 3.1 4.1

    I have reproduced this in our community Dev, stage and Prod. I have not tested with OSH, but am posting this now in case there is a problem?

    Thank you

    Alan

    Hi Alan,

    Thanks for reporting this. I can also reproduce in 4.1.1 and filed a bug.

    A quick glance shows that Apex successfully intercepts the password breach, but try to re - view the 4350:68 with errors inline page. This re - will the Sentinel of the session, which determines the session is invalid and redirects to the login page.

    Kind regards
    Christian

  • Impossible to logon to share the folder with "User must change password at the next logon" in Windows Server 2003

    I use Windows Server 2003 R2 SP2 as a file server.  I create new user 'A' in Windows Server 2003 as well with the option "user must change password at the next logon" selected and give way under the group users and users in the domain for this user.  I then share an output folder.  User 'A' is using Windows XP SP3 to connect to this shared folder.  However, when I try to connect, Windows reappear to enter user name and password.  I think it is the limitation in Windows that the user 'A' will be unable to change the password at the next logon or change password at any point in time at all.  Correct me if I heard wrong.

    If possible, can someone enlighten me what is wrong or what I need to do for user to access folder and change the password on the first logon.

    If what I described is not possible, is there another way for me to configure for the user to access share folder so that the user doesn't have to join domain or user of the AD?

    http://TechNet.Microsoft.com/en-us/WindowsServer/default.aspx

    You will need to repost the above Server forums.

    Here is the Vista Forums.

    See you soon.

    Mick Murphy - Microsoft partner

  • Error when connecting with the new announcement of account in windows 8 client as "User must change password at the next logon"

    Windows Server 2003 R2 Standard Server
    Client-side: Windows 8

    The problem:

    I create a new user and let the "user must change password at the next logon' checked. When I try to log in with the newly created user I get an error saying "User must change password at the next logon" after ptoviding the new password.

    At this point if I uncheck the "user must change password at the next logon', then the user can connect properly.

    Can someone help me. Please let me know any problem OS compatibility between the server and the OS cleint.

    Jaril

    Hi Jaril,

    Thanks for posting your query in Microsoft Community.

    According to the description of the issue, I recommend you post your query in the TechNet Forums. TechNet is watched by other computing professionals who would be more likely to help you.

    TechNet Forum

    Hope this information is useful.

  • How to disable the change password at the next logon field

    Hello
    I want to disable the change password at the next logon field, if someone could tell me how to do and what is
    the column in the table of the USR name to change password at the next logon field.

    Thank you
    Rahul Shah

    For 9.x

    Open FormMetaData.xml and comment from the below lines

    -31

    Now console open design, go to Administration-> > Configuration system and search keyword XL. ForcePasswordChangeAtFirstLogin. Set this value to FALSE.

    Don't forget to restart the server.

  • Change password for the application from the apex

    Hi friends,

    I created an application of database in the apex, for this application in the login page, that I need to set as

    Forget the password link or change the password link, assume that if the end user clicks that link means, there ask for the

    New password: and confirm password

    shortly after he entered the password if the user connects to the application of the means, he needs to go inside the application. .........


    Normally to reset the password for the end user for the application, we will do it on the side of the administration of apex

    It is that we will give RESET PASSWORD OPTION to change the password for the end user...

    My question in this sense, that the end user must change his password by itself in the front end application...

    It is possible to like that in the application of the apex...

    How friends,

    Kind regards
    Mini...

    The problem is that you have specified a different page than the page of connection (due to which your login page used the builtin page). During the passage of the authentication, you must specify that 101 is indeed your login page (disabled by default)

    Here's a screenshot of it.

    So, in your workspace, choose current change, choose the authentication name and when you get to this screen tick the checkbox and submit. You should be prompted for your login page (which corresponds to the theme). This should solve the problem.

  • Force the user to change password with the authentication of Shared Services

    Hello world

    is there a way to set a property that the user must change his password when he connect is the first web analytics?
    Version is 9.3

    Thank you much in advance.

    Best regards
    nois

    They will be able to change a password within the workspace, just inform them of their new password and then they can change in the workspace.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • iPhone 6s more does not accept the password for the first time

    All of a sudden my iphone 6 s more, will not recognize and accept my password.

    First screen says: "enter code". "Touch ID requires your access code when you restart the Iphone."

    Question... is equivalent to a 'code' a 'password'?

    Why she would accept my password and then 30 minutes later he rejects?

    Any ideas would be very appreciated.

    Ray

    Maybe nobody over there wants to take this question!

  • Password - Windows XP is invites me for a password for the first time in 6 years

    Windows xp wonder for the first time in 6 years for my password. I forgot. Help

    To the pc startup or restarting the pc, key to tap the F8 (safe mode), select access xp in safe mode.

    Select this option to enter xp like 'Administrator', once under xp, open user accounts, delete it

    password, out xp & restart the pc.

  • Windows Media Player 11 always starts playing the first piece of the library. How can I change this so the first song it plays is random or last played song.

    When I open Windows Media Player 11 the first song it plays is always the first song in my library.  I can't find the setting to change that to a song randomly or at the last song played before him close last time.

    You can try the function 'Restore media to start' of the Windows Media Player Plus! plugin.

  • BlackBerry Smartphones change password for the e-mail account

    I changed the password of the email related to my Blackberry account.

    I should indicate that the change in the parameters of the BB.

    How can I do this?

    Thank you.

    Go to the e-mail settings icon on your home screen. Sign in using the username and password (if the password used during initial installation).  Go to email accounts under services and click the button change under the email ID you want to change. In the clearing of password field subject and put it in your new password.

  • Change password for the DN of the user: (MSAD config) Shared Services

    We have the MSAD service account to configure shared with MSAD services. E.M.P. version 11.1.2.3

    As a policy, we change the password for this account. Since we do not have shared services link works in this version.

    Will work the steps below?

    1. modify the password for the service account in MSAD

    2. connect to the workspace with other admin MSAD (my user id) id

    3. change the password for Shared services configuration MSAD, under "set up user directories.

    If this approach does not work, is there another way to do this?

    One solution is to change the workspace-> administer-> workspace server

    settings-> "allow direct connection after the failure of the SINGLE sign-on:" = Yes

    This will allow you to connect without SSO assuming that there are problems with the SSO.

    (assuming you can change pw back so you can connect to the workspace).

  • Change password of the administrator account in OBIEE10g

    Hi all


    I want to change the password of the administrator account for our DR., RESPONSES AND BI PUBLISHER. How to change the password for all applications above and where I put the password changed (configuration files). Please help me on this.


    Thank you and best regards,
    Narasimha.

    Published by: 955702 on October 3, 2012 01:53

    RPD and answers a place help-> rpd->Manage->Security->User->Administrator->double Open clicks on it
    and change the password

    For BI Pub:
    Connection with an administrator-> Admin user-> Security Configuration and change of the DDT in the administrator
    Once you've done you will need to restart the oc4j to see him in store.

    Pls mark as correct

Maybe you are looking for