One page profile, when used with the core profile module, allows users to edit their entire profile on one page, as opposed to a separate page for each category.
UC_Signup provides integration between Signup.module and Ubercart, allowing users to purchase signups for events.
Signup-enabled nodes are configured as Ubercart products.
The customer can purchase signups for herself and/or other people.
Example use cases:
1 User signs up for 1 or more events
1 User signs up 2 people for the same event
1 User signs up 4 people for 3 different events, providing profile information for the two users who do not already have accounts on the site.
If the people do not have accounts on the site the customer is prompted to create a new account for that person, entering any core user profile fields that are enabled on the site. If there are matching user accounts for the email addresses entered, then UC_Signup does not ask for their profile information.
When the order is submitted, temporary signups are created to ensure that the customer is only charged if space is available in the event(s). Once checkout is complete, if the order balance is not cleared, the signups are cancelled. If the balance is cleared, the signups are converted from temporary to final signups. UC_Signup stores this distinction in the uc_signup_log database table.
Webcam trigger is a trigger:) It gives you a page showing your webcam. If the cam recognizes a pattern (which is currently the Druplicon logo) it fires the trigger. You can assign any actions to it. It ships with a built in action that logges in with a given account and redirect to a custom page.
Installation
Enable modules on admin/build/modules/list page
Create action(s) for the trigger:
"Login with a user"
"Redirect to URL"
Assign action to the trigger on the admin/build/trigger/webcam_trigger page
Create a menu item pointing to webcam page with the url of: webcam_trigger
Don't forget about the permissions: webcam trigger access
That's it. Print out the webcam_trigger.pdf file (states in the module's directory), load the url: YOURSITE/webcam_trigger and concentrate:)
iTweak Login module provides very useful tweaks for the standard user login form:
Lightweight and powerful
Complements nicely functions of Login Toboggan module (if it is present)
Works with any theme (that does not already customize user login)
Customize "Log in" button:
select any custom name
Customize "Username" and "Password":
Change labels (if not using LoginToboggan)
Add text before username field in login page
Customize "Create new account":
Change link wording
Change URL (for example to a custom signup page)
Change to a button with any custom name (defaults to "Register")
Customize "Request new password":
Remove link completely
Change link wording
Change URL (for example to a custom login help page)
Change to a button with any custom name (defaults to "Reset Password")
Perfect for Multilingual websites (locale module required) and Internationalizable (i18n module required) - See Russian example on Screenshot 4
All custom labels are applied to tabs and buttons on /user/* pages for consistent look
Adds "can change own password" permission (make sure to enable it for all roles that are allowed to change their own password immediately after module installation).