uCoz Community » General Information » uCoz Updates & Announcements » Social Sign-Up + Customization of Fields (Update 13-2014)
Social Sign-Up + Customization of Fields
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 3:58 PM
The update is available on all servers



We've all been waiting for this day, and today we can proudly say "The day has come!". After several months of development and testing, registration with social networks becomes available for all websites created with uCoz!
Here is how it may look on a website:



Important:
  • social sign-up is only available if the uID authorization method is enabled on a website;
  • registration on a website is now available at yoursite.ucoz.com/register;
  • the registration form remembers the entered data when you close or refresh the browser tab;
  • social comments have been replaced with the social sign-up, and users who log in with their social accounts to comment are automatically signed up.


- Will social sign-in be available for local users?
- Yes, but at this moment we are unable to tell how soon.


Let's see how it works and where it can be customized.

Customization of fields: 2 sign-up steps!


No more multiple fields in the registration form. The new registration feature is simple, and site administrators can choose themselves what fields and on which step will be filled in by users. All these settings can be found in Control Panel -> Users -> Module settings:



- Will custom fields be available in the registration form?
- Yes, we are already working on it.

In addition to fields customization you can fully manage the layout of the uID registration form. The "uID users registration form" template is responsible for it:



Social network settings. Custom apps.


If you want to deactivate certain social networks or connect your custom applications to track registration statistics and use custom app icons, you can do this in the Users module:



Here you can choose the necessary apps or create custom ones, set App ID and Secret Key.

Login form: customization of elements.


There are new options in the Users module settings:



Connecting profiles on a website.


You have a uID account on a uCoz website, and you want to connect your social accounts to it? Open your profile and click on the icon of the social networking site you want to connect:



For this feature to appear on user profiles, site administrators must restore the default template in Design Customization, or paste the following code into the template:

Code
<script type="text/javascript">
function uSocialConnect(obj){
       var social = obj.id.split('-')[1];
       obj = $(obj);
       if(obj.hasClass('is-connected')){
       if(confirm('Do you really want to disconnect the account??')){
       obj.addClass('wait');
       _uPostForm('',{type:'POST',url:'/index/sub/', data:{a:4,s:social}});
       }
       }else if(!obj.hasClass('wait')){
       uSocialLogin(social);
       }
       return false;
}
</script>
<style type="text/css">.social-accounts { padding:10px 0 3px }
       .social-accounts .is-connected { opacity:.2!important }
       .social-accounts .wait i { background:url(/.s/img/icon/ajsml.gif) no-repeat center center!important }
</style>
<?if($_IS_OWN_PROFILE$ && $SOCIAL_LOGIN$)?></p>

<div class="udtb" id="block17">
<div class="udtlb">Social accounts:</div>

<div class="social-accounts">$SOCIAL_ACCOUNTS$</div>
</div>
<?endif?>


That's it for today! But it doesn't mean we've stopped working on the social sign-up. We have a lot of interesting in store: new social networks, custom fields in the uID registration form and more. Follow the news!

Have any questions or suggestions on the new sign-up? Feel free to post them below!

I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 61 | 1:18 PM
Eriko, the issue has been forwarded to the technical team.
I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 62 | 4:36 PM
The problem has been fixed. Please check.
I'm not active on the forum anymore. Please contact other forum staff.
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 63 | 1:00 AM
Sunny, Checked. It's working fine now. smile Thanks!
Ed05
Posts: 556
Reputation: 7

Message # 64 | 7:54 PM
I try to register on my website with my facebook acount (wich is connected with website fan page) and i get error like in image below.What could i do? dry
Attachments: 8461842.png (64.4 Kb)

!
Post edited by Ed05 - Monday, 2014-11-24, 8:06 PM
adnet
Posts: 42
Reputation: 2

Message # 65 | 3:58 AM
The problem is already stated. Your UID was registered or connected with an existed account.
Sunny
Posts: 9296
Reputation: 456

Message # 66 | 9:39 AM
Quote Ed05 ()
What could i do?


Detach the Facebook account from the uID account where it is connected.

I'm not active on the forum anymore. Please contact other forum staff.
Ed05
Posts: 556
Reputation: 7

Message # 67 | 4:43 PM
Quote Sunny ()
Detach the Facebook account from the uID account where it is connected.

so simply happy ok tnx.

!
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 68 | 7:32 AM
I have a question. If a person registered on my website using a social network... how can he edit his details? There's no login using a social network on the guid.uid.me. :|
Sunny
Posts: 9296
Reputation: 456

Message # 69 | 9:00 AM
Eriko, the user will need to request his password at guid.uid.me/remind and then log in using the email of his social account and the received password.
I'm not active on the forum anymore. Please contact other forum staff.
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 70 | 10:07 AM
Sunny, (._.) don't you think that's a bit inconvenient?
Sunny
Posts: 9296
Reputation: 456

Message # 71 | 3:30 PM
Eriko, I definitely do. Or rather we (the company) do, and we are working on simplifying the process, but it'll take time.
I'm not active on the forum anymore. Please contact other forum staff.
seoelarab
Posts: 1
Reputation: 0

Message # 72 | 1:57 PM
i like the idea of being logged in, in any blog with ucoze id

it is really good
biggrin :D biggrin
Post edited by seoelarab - Thursday, 2015-01-29, 2:00 PM
Soldierheart
Posts: 18
Reputation: 0

Message # 73 | 2:55 PM
Hello, why are social register not display age, location, gender, country and birthday on user profile. Birthday will display december 00 on all an profile not the real one.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 74 | 8:20 PM
Soldierheart, it is how the system handles social profiles without a public birth date. Same goes with the other information as well.
hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
Good
Posts: 360
Reputation: 12

Message # 75 | 12:31 PM
Hi,

My website has been error when user login to my site with facebook account.

I have tried with a lot of facebook accounts but still failed.

Could you please help check?

http://vietles.tk/

Screenshot error.

Added (2017-03-22, 12:31 PM)
---------------------------------------------
Google account also can not login either.

Attachments: 3285182.jpg (25.2 Kb)
uCoz Community » General Information » uCoz Updates & Announcements » Social Sign-Up + Customization of Fields (Update 13-2014)
Search: