59
Views
3
Comments
Solved
Editing the database to create my own user logins
Question

Hi,

I would like to create my login function for a phone app. Firstly i would like to edit the database so that i can allow my own created users to login and access things... i am new to outsystems so please be assist me

Thank you

2019-01-04 10-45-45
Sravan Vanteru
Solution

Hi Koalified,

  1. Type the following URL in your web browser: "https://<SERVERNAME>/Users" where <SERVERNAME> is the host name of the server you're working on. The login page should be displayed.
  2. Fill in the credentials of an administrator user and press the 'Login' button.

                By default, a user “admin” with the password “admin” is created for you.

  3.  Welcome to the Users management console.


4. Click on Create a new User and fill your details and save.

5. Add new role if you wish.

6. Then Map your role to newly created user id.

7. That's it. Now you can access application using new credentials.


Hope this helps.

Sravan

UserImage.jpg
Koalified

Sravan Vanteru wrote:

Hi Koalified,

  1. Type the following URL in your web browser: "https://<SERVERNAME>/Users" where <SERVERNAME> is the host name of the server you're working on. The login page should be displayed.
  2. Fill in the credentials of an administrator user and press the 'Login' button.

                By default, a user “admin” with the password “admin” is created for you.

  3.  Welcome to the Users management console.


4. Click on Create a new User and fill your details and save.

5. Add new role if you wish.

6. Then Map your role to newly created user id.

7. That's it. Now you can access application using new credentials.


Hope this helps.

Sravan


Hi does this works for the free version too?

2019-01-04 10-45-45
Sravan Vanteru

Hi Koalified,

I think it should work, I was using free version only.


Sravan

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.