I posted this on a previous thread today, but decided to make it a new post. I have a problem with the "Role" redirect in that no matter what I do it always prompts the user with a "Continue" link. Once you click on the link you are redirected to the appropriate page. I have no messages defined under the "Manage Roles" section.
I'm using dnn4.9.0 against 2.20.10 version of Dynamic Login.
When I look at the Rich Text Source under "Additional Messages" I see the following: "
< P >#160 < / P > or
< DIV >#160 < / DIV >
(if I've edited the fckconfig.js file to use a div tag instead of a p tag). I suspect this is the issue -- the program thinks there is a message defined so it prompts with the "Continue" link. You may consider this an issue with the fck editor module, but surely there is a patch that you can produce to take this condition into account. No matter what I do to get rid of the extraneous HTML it always comes back. I've tried deleting the Role action in the Login Module and adding it back without touching the Rich Text Editor -- nada. I've tried going into the editor and manually deleting it out -- still nada.
I've also looked at the database to find the table, "DataSprings_DynamicLogin_Role" and can find the entry that pertains to the module instance I'm using -- there isn't an entry with the "< P >#160 < / P > " HTML text so maybe the fck editor isn't the issue -- I'm at a loss and need some guidance here.
I really, really need resolution on this quickly. Please respond soon with a patch or workaround or some indication for what I'm doing wrong. -- Thanks.
|