Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
7 subscribers
Views
1598 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Administration
Is it possible to set up accounts with non-expiring passwords for system to syst
Gavin Hume
Certified Senior Developer
over 9 years ago
Is it possible to set up accounts with non-expiring passwords for system to system integration (e.g. another system calling an Appian process exposed as a web service)?
If not can an Appian user change their own password programmatically (so the external system could call an Appian process exposed as a web service/Web API to change it's own password prior to expiry)?
If neither of these are possible has anyone come across this problem and how did they solve it?
OriginalPostID-175230
OriginalPostID-175230
Discussion posts and replies are publicly visible
Parents
0
Justin
Appian Employee
over 9 years ago
One way we've approached this use case is to build out a process that compares the expiration period with the last time a user's password was changed. If within a certain range, you could alert an admin team, integrate with a password update process, etc. To determine last password change, we've added a function (getUsersLastPasswordChange) to the People Functions shared component:
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Justin
Appian Employee
over 9 years ago
One way we've approached this use case is to build out a process that compares the expiration period with the last time a user's password was changed. If within a certain range, you could alert an admin team, integrate with a password update process, etc. To determine last password change, we've added a function (getUsersLastPasswordChange) to the People Functions shared component:
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data