Hi. Is it possible to have the One Time Login module work with this?
Thanks.

Comments

infojunkie’s picture

I don't know. Did you test it? If you did, what happens?

darklight’s picture

Hey. No I haven't tried it. I don't know how.

infojunkie’s picture

Category: feature » support
Status: Active » Postponed (maintainer needs more info)

I can't help you unless you know what you want, and try it out first.

darklight’s picture

Basically, I need to add a custom operation to my views list. You've heard of one_time_login.module? It creates a button which sends the user an email with their login link. Well I need to be able to select a user from the list, and click the button as an operation. I tried customfield for a row-level button, but that conflicted with the VBO Form.

infojunkie’s picture

Thanks for your explanation, I understand now.

In order to integrate with VBO, One Time Login should expose an action or a user_operation that sends the one-time login to the selected users. VBO natively understands actions and user_operations.

darklight’s picture

Oh, OK... Thanks. I guess this is an issue to take up with the one_time_login.module issue queue?

infojunkie’s picture

Yes you can retarget this present issue to One Time Login.

darklight’s picture

Project: Views Bulk Operations (VBO) » Login one time
Version: 6.x-1.9 » 6.x-1.3
Component: Actions » Code
Status: Postponed (maintainer needs more info) » Needs work

Moved this from the VBO Issue Queue.

infojunkie’s picture

Title: One Time Login » Integration with Views Bulk Operations (VBO)
danielb’s picture

Good idea

danielb’s picture

Status: Needs work » Fixed
darklight’s picture

Awesome. Nice response time, thanks :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

emmajane’s picture

Version: 6.x-1.3 » 7.x-2.4
Status: Closed (fixed) » Active

This doesn't seem to work in Drupal 7? There's no action I can select in VBO for sending a one time login message? I expected it to be available under the Selected operations...

adam_b’s picture

I believe the current D7 release of VBO has only a small part of the D6 functionality. It's supposed to be extended, but in the meantime you have to work around this with Rules. There's a useful video at http://www.commerceguys.com/resources/articles/217

danielb’s picture

Version: 7.x-2.4 » 6.x-1.3
Status: Active » Closed (fixed)

VBO has removed the feature in Drupal 7 that allowed me to integrate with their module (this affects several of my modules). It was a rather hasty decision, with no discussion, done to solve some design issue that didn't even affect us.
I've given up on VBO, but if someone were to learn and write actions/rules integration - VBO can integrate itself using those modules.
If you have the code or a patch to do this actions/rules integration, please start a new issue.