Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ds 191 posts 223 karma points
    Jun 27, 2011 @ 15:22
    ds
    0

    Weird problem after installing

    After configuring profile editor successfully, I have just had a problem. I could see and edit necessary fields but after logging out, there comes a problem.

    If I try to reach register page, I automatically log-in. but instead I just want to see my register page.

    The login form login.aspx works normally but register.aspx page has a problem described above after displaying profile editor.

    Any help much appreciated 

  • Daniel Bardi 927 posts 2562 karma points
    Jun 27, 2011 @ 19:14
    Daniel Bardi
    0

    Profile editor is designed to be placed on a secure page and used for logged in members.  It will not work if a users is not logged in.

    You would need to be make a separate registration page to create a member, then use the profile editor from then on.

  • ds 191 posts 223 karma points
    Jun 27, 2011 @ 20:57
    ds
    0

    I forgot to add controlpanel page on a secure page. but what do you mean as seperate registration page?

     

  • ds 191 posts 223 karma points
    Jun 27, 2011 @ 21:00
    ds
    0

    I use this. Is there something wrong with the following ?

                <div class="headerTopSignIn">               
                    <asp:LoginView ID="LoginView1" runat="server">
                        <AnonymousTemplate>
                            <span class="input">Log in: <asp:LoginStatus ID="LoginStatus1"  LoginText="Giri Yap" runat="server" /> or <asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="/Register.aspx">Register</asp:HyperLink></span>
                        </AnonymousTemplate>
                        <LoggedInTemplate>
                            <span class="input">Hi<asp:LoginName ID="LoginName1" runat="server" /> <asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl="/ControlPanel.aspx">Controlpage</asp:HyperLink<asp:LoginStatus ID="LoginStatus2" LogOutText="Çk" runat="server" /></span>
                        </LoggedInTemplate>
                    </asp:LoginView>
                </div>
  • Daniel Bardi 927 posts 2562 karma points
    Jun 27, 2011 @ 23:40
    Daniel Bardi
    0

    By separate registration I mean the Profile Editor only edits an existing users profile.

    You would need a separate form to register a user (i.e. Username, email, password).

    The above script is fine... 

  • ds 191 posts 223 karma points
    Jun 28, 2011 @ 07:41
    ds
    0

    The Profile Editor important for me and essential for my new website. Even though I followed your suggestion, my problem remains same. Do you mind if I supply my website and an admin login credentials so you could give me an idea. Another look is always good.

    Where should I send you those information, Daniel?

     

  • Daniel Bardi 927 posts 2562 karma points
    Jun 28, 2011 @ 08:30
    Daniel Bardi
    0

    You can send details to:  daniel at dascoba dot com

    I can give it a once over and let you know if all looks in order for Profile Editor..

     

    I'm not very clear on what issues you are having.

Please Sign in or register to post replies

Write your reply to:

Draft