Login in admin differs from in web, any idea why?

In the admin environment of Glide, when I view as myself and I don’t have my name filled in, the app forces me to add a name before playing a quiz. That’s what I want.
But when I do the same thing in the real online situation, it doesn’t. It let’s me play without adding my name.
Any idea what I do wrong?

No :wink:

Not really.
What does your logic look like?

The button ‘Play quiz’ has the logic ‘make visible when e-mail is not empty’ and ‘when name is not empty’.

The button ‘Finish profile’ has the logic ‘make visible when e-mail is not empty’ AND 'when name is empty.

So when I empty my name field in the table where my email is erwblo@gmail.com I get the prompt to fill that field while trying in the Glide editor.

When I do the same online I immediately go to ‘play quiz’.

Can I try it?

Can the issue be that I help someone with a free account / not using ‘real’ e-mail adresses?

Are you sure that you don’t have two rows for yourself? One with your real email and one an anonymous email? Maybe you are previewing as one user row, but using another user row when using the published version…even though the underlying email may be the same.

3 Likes

Appears to work fine for me…

By the way, it’s probably not a good idea to allow users to delete their own User Profile row :wink:

You are right, about deleting :wink: I’ll pass it on.
I was only having one row for myself, is it possible that cashing plays a role?
But anyway, if it works for you, the rest should work too :wink: I’ll pass it on to the person working on it !
Thanks

cache

“caching” - I wouldn’t think so.
I don’t really know why it didn’t work for you. I thought Jeff might be on to something, but if there is only one row in your User Profile table then that’s probably not it.

Dunno…

Well, when it works it works :wink: !

Thanks again, @Jeff_Hager and @Darren_Murphy

2 Likes