Skip to content

How to integrate AdAdmin with another existing application #49

Answered by giuliopons
giuliopons asked this question in Q&A
Discussion options

You must be logged in to vote

You have your own application, with your users.
You want to allow your users to login into AdAdmin installation, without forcing them to sign up and login to AdAdmin.


First of all you have to create a record in table frw_utenti for each user of your system that you want to login into AdAdmin.
This are table information:

  • id = auto increment user id integer
  • username = the username
  • password = the password encrypted with AdAdmin custom function
  • nome = name of the user
  • cognome = surname of the user
  • fl_attivo = status of the user: active = 1 | deactivated = 0
  • cd_profilo = the user level profile: 5 = advertiser | 10 = webmaster | 20 = administrator

You don't need to use AdAdmin custom encryp…

Replies: 1 comment

Comment options

giuliopons
Nov 6, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by giuliopons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
1 participant