Browse By Tags

  • Prevent the user from modifying his own account

    Hi, By default, in ARAS, a user is able to modify his account. So, he can change "Login Name", "First Name", "Last Name" and many other attributes. How to prevent these changes while allowing the password to be changed? Thank you in advance.
  • Report User Identity Relationship

    Good day all. I ran a report for Inactive Users. I have a list of almost 3000 users that have never logged in. I would like to remove these accounts, but my boss wants to make sure that these accounts don't have any other relationships. Has anyone created…
  • Create User When Identity Exists?

    Good day all. I am running into a problem when trying to create a User. I have an Identity that is used during Lifecycle Released state for documents. I would like this Identity to send an e-mail to a specific account. I figured that I would create a…
  • Type navigation 3rd button - Goto ItemType [Definition]

    I'd like there to be a third button here, for Admin(s). While going through Configuring Solutions, for v12, I can't help but think of a very convenient 3rd button right here to eliminate navigating to an Item Type's definition: [Currently] Administration…
  • Password Age

    Hi, I try to accomplish a feature that resets the user password every 3 months. Bumped in to this old post but cannot relate the answer to any feature in Aras. Any suggestions? community.aras.com/.../support-q-amp-a---login-password-aging The solution…
  • How to use Variables 'Logon allowed to' and 'Relationship Access Control'?

    Hi Community, does anyone know the purpose of these two Variables? - Logon allowed to - Relationship Access Control You can find them in TOC->Administration->Variables The Logon allowed to Variable seems to be intended for update purposes. I expected…
  • AML New User Password

    Hi, I would like to create new users with user password by AML in Batch Loader. I have done this but password in Innovator is not added/updated. <Item type="User" where="login_name='@1'" action="merge"> <login_name>@1</login_name> <password>@2</password…
  • Create a Login Inside Aras

    Former Member
    Former Member
    Hello! This is my first topic and I am from Spain so sorry if my english is not good. I am trying to replicate the login inside Aras with a method but I cannot make it because when I make an applyAML() of the User Table to get the username and…