Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Is it possible to pass the username in a link to site so that the user does not have to key it in, and just provide the password ?
Discussion posts and replies are publicly visible
Yes, https://site.appiancloud.com/suite/?un=user.name
Great, works!
Is it possible to pass further parameters to be used inside ?
My use case is a link which is being sent via email to a user with some task id.
The desired functionality is to click the link (in the mail), enter the password and
then redirect to the form activated by the associated task - possible ?
Yes, if that email is sent from Appian you can use the function a!urlForTask() to get the task URL. If you append '?un=user.name' to the end of the URL it should continue to work.