Skip to main content
Inspiring
April 15, 2013
Answered

cfloginuser

  • April 15, 2013
  • 2 replies
  • 601 views

Since cfloginuser is to login web server,I would like to know do I need create user ID and password at CF10 server or just use my table to check if user ID,  and password are correct then assign user role.

Your information and help is great appreciated,

Regards,

Iccsi

    This topic has been closed for replies.
    Correct answer Miguel-F

    No, you do not need to create a user id/password on the ColdFusion server.  And, yes, you can and should use your own table to check if the user/password is correct.  See the documentation here for a very simple example.

    2 replies

    Miguel-F
    Miguel-FCorrect answer
    Inspiring
    April 15, 2013

    No, you do not need to create a user id/password on the ColdFusion server.  And, yes, you can and should use your own table to check if the user/password is correct.  See the documentation here for a very simple example.

    iccsiAuthor
    Inspiring
    April 15, 2013

    Thanks a million for helping,

    Regards,

    Iccsi