In this Document

  Purpose
  Questions and Answers
  How can users request a password reset?
  How does the Forgot your Password functionality work?
  How to implement the Forgot Password Reset Functionality?
  What is the workflow process that resets the user application password?
  Conditions For Sending Password Reset Email Notifications
  How to Add Login Assistance to the Login Homepage?
  Workflow Information Center, Diagnostics, & Community
  References

APPLIES TO:

Oracle User Management - Version 11.5.10.2 to 12.1.3 [Release 11.5 to 12.1]
Information in this document applies to any platform.
Checked for relevance on 15-JUL-2012

PURPOSE

This FAQ document identifies the most frequently reported how-to questions relating to the Forgot your Password functionality provided by Oracle User Management.

QUESTIONS AND ANSWERS

How can users request a password reset?

From the applications login page, accessing link Forgot your password.

How does the Forgot your Password functionality work?

a. A user access the apps log in page.
b. Select TIP Forgot your password? link.
c. A web page asks for the user name
d. A new web page says:

Your request for a new password is being processed.
An email has been sent to the email address on file. Contact the system
administrator if you do not receive your password within the next few hours.

e. A workflow process is started. UMXUPWD is the item type
f. Requester receives an workflow e-mail which subject is 'Password reset requires approval.' Its message internal name is MSG_APPROVE_PASSWORDRESET.
g. The requester needs to respond the notification via e-mail. This means the notification look and feel should display links to Approve or Reject. This notification has set a timeout, the user should respond to the notification before that timeout. Otherwise, the reset password is terminated, not resetting the password.
The notification has a message like this:

A request has been received to reset your password. If you have requested your password to be reset, please approve this notification. If you do not wish to have your password reset, please reject or ignore this notification and it will expire in 4 hours.

The notification also has links to respond Approving or Rejecting the password reset request.
h. The workflow java mailer receives, reads and process the response.
i.  The User management workflow process changes the password to a automatically generated password and sends back an e-mail notification informing the new password.
j. The users can now use the new password to access the EBS.
k. The EBS requires the user to set his password again.

How to implement the Forgot Password Reset Functionality?

In order to enable this functionality please perform this setup:

a. Set 'Local Login Mask' profile option at site level to include the Forgot Password 
URL in the login page. For the Login page to display this link the profile option 
should include value FORGOT_PASSWORD_URL = 08. All the options you can set for the 
login page are:

USERNAME_HINT = 01
PASSWORD_HINT = 02
CANCEL_BUTTON = 04
FORGOT_PASSWORD_URL = 08
REGISTER_URL = 16
LANGUAGE_IMAGES = 32
SARBANES_OXLEY_TEXT = 64

Example, set the Local Login Mask to 40 to display the Forgot Password link and the 
language images in the login page (08 + 32).  Bounce the apache server to pick up the changes.

NOTE:  The profile option Local Login Mask is obsoleted in R12.1, and to make changes to the login page, the user will have to use the Personalizations feature.

b. Apply latest ATG patch and its pre-requisites. At the moment this note is written, 
the latest ATG patch is Patch 4676589 11i.ATG_PF.H.RUP4.
If your instance has applied patch 4125550 - 11.5.10 CU2 for ATG Product family, you could also apply Patch 4737715. Patch 4737715 is included in Patch 4676589 11i.ATG_PF.H.RUP4.

Other important things to consider are:

  1. Workflow Java Mailer  must be configured and running for both OUTBOUND and INBOUND functionalities.
  2. The user requesting the password reset needs to have notification preference set to a value that allows workflow to send him notifications.

What is the workflow process that resets the user application password?

Reset Password, internal item type is UMXUPWD.  This process enables the ability for re-setting application passwords.

Conditions For Sending Password Reset Email Notifications

1. A user is not related to any employee:

The email will be sent to the email address which is defined in user define form (email_address in table fnd_user).

2. A user related to an employee, but did not change their email address in the user define form (fnd_user has same email address with employee email address):

The email will be sent to the employee email address.

3. A user related to an employee, but changed the email address in user define form (fnd_user has different email address with employee email address)

The email will be sent to the employee email address.

4. A user related to an employee, but the employee email is null, then put email in user define form.

The email will then be sent to the email address that's defined in user define form.

5. A user related to an employee, but the employee email is null and put a email address in user define form. Then set another email address for this employee in HR employee form.

The email will be sent to the employee email address that was updated in HR employee form.

As a summary, the reset password engine chooses the employee email address as priority. If the email address cannot be retrieved from the employee information, the reset password engine will choose the email addresses defined in user define form.

How to Add Login Assistance to the Login Homepage?

1. Logon with the Functional Administrator responsibility.
2. Click on 'Personalization' Tab.
3. Enter: /oracle/apps/fnd/sso/login/webui in document path and click on 'Go' button.
4. Click on the 'Pencil' icon under 'Personalize Page' for oracle/apps/fnd/sso/login/webui/MainLoginPG.
5. Make sure that 'Include' for Site is checked and click on 'apply'.
6. Look for (LoginRN.MainLoginRN.ForgotPasswordUrlRowLayoutRN1) and click on 'Pencil' icon in the 'Personalize' column.
7. Change 'rendered' property value to 'true' at Site level from LOV and click on Apply.

After performing above, one should see the 'Login Assistance' line when going to the login homepage.

How to Disable Login Assistance Link In R12? (Document 735964.1)

Workflow Information Center, Diagnostics, & Community

  • Please reference the Workflow Product Information Center Document for Top Workflow Resources: Document 1320509.1
  • For additional help, please refer to one of the following documents on diagnostics to address current needs. Providing diagnostic output on an issue for support when logging a service request is very helpful.

    Document 179661.1 for 11i or Document 421245.1 for Rel 12.x

REFERENCES

NOTE:1186338.1 - R11i / R12 : EBS Technology area - Webcasts delivered by Support and Development
NOTE:1320509.1 - E-Business Suite 11i / R12: Oracle Workflow (WF) Product Information Center (PIC)
NOTE:179661.1 - E-Business Suite Diagnostics 11i Test Catalog
NOTE:421245.1 - E-Business Suite Diagnostics References for R12
NOTE:741459.1 - Tips For Personalizing The E-Business Suite R12 Login Page (MainLoginPG)

Reset Password Functionality FAQ的更多相关文章

  1. Mysql re-set password, mysql set encode utf8 mysql重置密码,mysql设置存储编码格式

    There is a link about how to re-set password. http://database.51cto.com/art/201010/229528.htm words ...

  2. How to reset password for unknow root

    1. Click "e" when entering the grub 2. Add option " init=/bin/sh" to linux line. ...

  3. reset password for local admin on Windows2016 by Powershell

    上脚本吧,找半天 $password = "yourpassword" $pwd = $password | ConvertTo-SecureString -asPlainText ...

  4. SQLite reset password

    https://www.codeproject.com/tips/993395/sqliter-change-set-remove-passwords-on-sqlite-d https://sour ...

  5. mysql reset password重置密码

    安全模式启动 chown -R mysql.mysql /var/run/mysqld/ mysqld_safe --skip-grant-tables & 无密码root帐号登陆 mysql ...

  6. 【mysql】reset Password

    https://www.cnblogs.com/josn1984/p/8550419.html https://blog.csdn.net/l1028386804/article/details/92 ...

  7. Reset Password 重置密码 (CentOS 5,6,7 ; Juniper Networks: SRX100 )

    一些重置root 密码的文档分享(来自官网): CentOS 5,6,7 Juniper Networks :  SRX100 链接:https://share.weiyun.com/5BM4kwK ...

  8. how to reset mac root password

    Reset 10.5 Leopard & 10.6 Snow Leopard password Power on or restart your Mac. At the chime (or g ...

  9. MetInfo Password Reset Poisoning By Host Header Attack

    if we know some user's email, the we will can reset the user's email by host header attack. The atta ...

随机推荐

  1. Android一次退出所有Activity的方法(升级版)

    一.思路和方法: 首先创建一个ActivityManager类来存放Activity的对象. 返回ActivityManager的对象,供BaseActivity来进行操作. 所有其他子Activit ...

  2. Asp.Net使用Bulk批量插入数据

    using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Di ...

  3. 查询DB中每个表占用的空间大小

    使用如下sql script可以获得每个数据库表所占用的空间大小,单位是KB create table #Data(name varchar(100),row varchar(100),reserve ...

  4. JavaScript 原型链的一点想法

    JavaScript借鉴了许多语言的特点:例如语法类Java.函数借鉴Scheme.原型继承借鉴自Self.正则表达式借鉴于Perl.(DC Javascript:语言精粹).      首先,每个J ...

  5. My97DatePicker使用的问题

    我在iframe中使用My97DatePicker时,发现第一次点击左边的菜单时,在右边的页面可以弹出日期框: 当我第二次点击菜单时,右边的日期文本框却弹出了页面的内容,而不是日期选择框: 首先怀疑是 ...

  6. rowid的作用

    一.快速删除重复的记录的方法: 1.通过创建临时表删除重复的的记录 1)创建emp表的临时表,把数据导入临时表中,删除原来的表中的数据然后把临时表中的数据导入原表 create table emp_t ...

  7. 使用 phpMailer 基于(SMTP) 发送邮件

    PHPMailer是一个用于发送电子邮件的PHP函数包.它提供的功能包括:在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址.支持多种邮件编码包括:8bit,base64,binary和quote ...

  8. python核心编程-第三章-个人笔记

    1.语句和语法 (1)反斜杠"\"表示语句继续.python良好的编程习惯是一行最后不超过80个字符,一行字符过多时便须用到反斜杠换行继续该语句. PS:在使用小括号.中括号.大括 ...

  9. 用Total Commander替换windos默认资源管理器

    用Total Commander替换windos默认资源管理器的方法 Total Commander(简称TC)是一个功能强大的资源管理器. TC本身没有自带的替换windows资源管理器的功能,就必 ...

  10. Android实现ListView或GridView首行/尾行距离屏幕边缘距离

    直接上关键属性: 设置ListView或GridView的android:clipToPadding = true, 然后通过paddingTop和paddingBottom设置距离就好了.