Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...4.6: DotNetNuke.Security.Authentication.AuthenticationController4.6: DotNetNuke.Security.Authentication.AuthenticationController' is not defined.
Previous
 
Next
New Post
9/24/2007 11:51 AM
 

Ha.  I started looking into how the authentication model was changed in 4.6.0, and found this piece of SQL in the upgrade script:

/* Update ControlSrc for SignIn ModuleControl */
/******************************************************/

UPDATE {databaseOwner}{objectQualifier}ModuleControls
    SET ControlSrc = 'Admin/Authentication/Login.ascx'
    WHERE ControlSrc = 'Admin/Security/Signin.ascx'
GO

If you don't read SQL, that moved all calls for Signin.ascx to Login.ascx.  If you look at the package you used to upgrade, it did not include admin/security/signin.ascx.  It's just not a part of DNN anymore.  See if using Login.ascx doesn't do for you what you are expecting.  Or just use ?ctl=login, rather than directly accessing the control (which, as we've seen, can change).

Hope it helps,


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
9/26/2007 11:32 AM
 

Thanks Brian, that helped me:

I just had to remove the following line from my skin (\Portals\_default\Skins\SkinName\Standard.ascx) file:

<%@ Register TagPrefix="dnn" TagName="SIGNIN" Src="~/Admin/Security/Signin.ascx" %>

(I did not have any instance of SIGNIN anywhere else ion the page, others may have to try your suggestion of replacing it with LOGIN...)

- John

 

 
New Post
9/26/2007 1:40 PM
 

Make sure you changed the web.config file.

I had this same problem and put the machine code and other adjustments i made to the old web.config file into the release.config.  Backed up the web.config and renamed release.config to web.config and the problem disappeared right away.

 
New Post
9/26/2007 7:38 PM
 

VashJuan wrote

I just had to remove the following line from my skin (\Portals\_default\Skins\SkinName\Standard.ascx) file:

<%@ Register TagPrefix="dnn" TagName="SIGNIN" Src="~/Admin/Security/Signin.ascx" %>

I have the same problem and I don't understand how removing this from the skin will help? Do you mean that you also remove the Skin token where it is used (the one that actually renders the "Login/Logout" button? If you just remove the register statement from the top the skin fails as it does not understand the token (mine is <dnn:LOGIN runat="server" CssClass="LoginLink" id="dnnLOGIN" />)

It then reverts back to the core DNN skin when it fails. I tried changing the path on the register statement to:

"~/admin/Authentication/Login.ascx"

but then it also failed...


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
9/26/2007 7:39 PM
 

Also - if I do a query:

select * from moduleControls
WHERE ControlSrc like '%login.ascx'

I get:

72    NULL    Login    SKIN    Admin/Authentication/Login.ascx    NULL    -1    NULL    NULL    0
88    NULL    LOGIN    SKIN    Admin/Skins/Login.ascx    NULL    -2    NULL    NULL    0
99    NULL    SIGNIN    SKIN    Admin/Authentication/Login.ascx    NULL    -2    NULL    NULL    0
71    74    NULL    SKIN    Admin/Authentication/Login.ascx    NULL    -1    NULL    NULL    0

Should ID 88 have been changed as well? Much appreciated!

 

 


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...4.6: DotNetNuke.Security.Authentication.AuthenticationController4.6: DotNetNuke.Security.Authentication.AuthenticationController' is not defined.


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out