<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SM02 Settings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384637#M1238103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;You can set "login/password_expiration_time" to 7 in RSPARAM program by which the user password will get expire in every 7 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sneha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2009 06:27:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-25T06:27:51Z</dc:date>
    <item>
      <title>SM02 Settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384636#M1238102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our production system we want that user password should get change after every 7 days and they should get a popup message through SM02 1 day before as "Your Password is going to expire pls change it".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to implement this ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 06:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384636#M1238102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T06:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: SM02 Settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384637#M1238103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;You can set "login/password_expiration_time" to 7 in RSPARAM program by which the user password will get expire in every 7 days.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sneha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 06:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384637#M1238103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T06:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: SM02 Settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384638#M1238104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ur quick response but we want that every user should get a popup message before 1 day of expiration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 07:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384638#M1238104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T07:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: SM02 Settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384639#M1238105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's no standard fucntionality for that. The topic has been discussed here earlier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 07:24:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384639#M1238105</guid>
      <dc:creator>jurjen_heeck</dc:creator>
      <dc:date>2009-03-25T07:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: SM02 Settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384640#M1238106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of ways of doing this on your own though - some very easy (such as a report which checks the logon status and sends a mail shortly before) and others more sophisticated (using logon exits to warn about the expected change - possibly also mentioning what the password rules are).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To be honest, the 7 day rules seems quite strict...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 08:55:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384640#M1238106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: SM02 Settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384641#M1238107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some suggesions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7 days duration is very less. we are following 30 days. After the duration (15 days or 30 days) automatically sap popup will display to change the password this is normal process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why you want to inform 1 day before to user?  This is my question ,as per my understanding&lt;/P&gt;&lt;P&gt;1.If the password duration is 7 days .As per company calendar 7th day is off ,then user coming back to office 8th day are after that, and trying to logging then the password will be expired automatically user canu2019t logging then user has to follow the company process to get the password this will take some hours to avoid this process  you want to inform one day before.&lt;/P&gt;&lt;P&gt;As per my knowledge there is no standard setting or reports are not there, you can do one thing with the help of ABAPers you can develop the report and you can schedule that as a background job as per your requirement/duration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to consider &lt;/P&gt;&lt;P&gt;1.Factory calendar (time zone) &lt;/P&gt;&lt;P&gt;2.if the user changed the password between the given duration(Ex.on 6 day he has changed his password (User can change his password ones a day)then what to do whether you want to consider from the first or from the last change by user or administrator )&lt;/P&gt;&lt;P&gt;3.if user is not logged on that final day (if he is on leave )&lt;/P&gt;&lt;P&gt;4.you want to consider logging count are calendar count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. if you want to inform through mail also then you have to connect your mail server in to sap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 11:33:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm02-settings/m-p/5384641#M1238107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T11:33:23Z</dc:date>
    </item>
  </channel>
</rss>

