mjhufford
(Awaiting Buddy Approval)
|
| Male |
|
Sunday, July 15, 2007(UTC)
|
|
Wednesday, July 21, 2010 5:37:14 AM(UTC)
|
88 [0.24% of all post / 0.08 posts per day] |
|
0
(View Thanks)
|
|
2
|
|
2
|
View All Posts by User
|
Poked around a bit -> looks like I need to use the user_save stored proc.
|
|
Hi Whitecow,
Is your other website also a .NET website?
Regarding the passwords, it's generally a security "no-no" to store any passwords in plain text. It puts the privacy and security of your users at risk and leaves with quite a bit of liability. That being said, I don't believe there is way to turn this off. You DO however have the ability to reset user passwords (if that was your intent). I'm guessing your idea was to copy passwords from one site into YAF???
Ideally, you would want to merge your membership provider with YAF. Then you can use a standard .NET login control and put it anywhere you want.
~MJ
|
|
So I'm FINALLY getting around to devoting some serious time to YAF. I've got a phpnuke site using MySQL where I have about 22,000 registered users. I'm using LLBLGen Pro v3.0 to connect to MySQL and generate a DAL.
So I'm at the point where I'm writing methods to get all my old users and push them into YAF. I've added a few projects to the YAF solution to facilitate this. I can take my best shot and start creating users directly in the YAF tables with LLBLGen, but I thought I'd ask if there was a specific method call I could us in the YAF framework that would make it a bit faster.
Where is the method that creates users?
|
|
Hi guys,
This is very minor, but I thought I'd share. In the mail configuration step of the wizard it reads: "Mail (SMPT) Sending Test" and should say "Mail (SMTP) Sending Test".
Thanks!
~MJ
|
|
Those look like decent requests. If you're getting their birthday, the user's age could be calculated.
|
|
A SQL query is going to be your best bet. UPDATE yaf_Users SET Email = NickName + "@MyPostDomain.com" Double check your field and table names. You may also want to do a TRIM on nickname or a REPLACE if you're allowing spaces.
|
|
The latest source is included in 1.9.3 SVN. You'll have to purchase your own copy of Telerik to get the Telerik.Web.UI.dll assembly.
|
|
Yeah, the latest was sent in and should be included in the latest 1.9.3 source.
|
|
Oops - free version is for MOSS 2007. But I've got the rest done. Just need to get latest and create a patch file for Jaben.
|
|
If your Telerik assembly is named "Telerik.Web.UI.dll", then it probably won't work. The released version of YAF supports a depricated version of RadEditor. I'm in the works of recoding the new editor in as well as the new RadEditor express - a free edition from Telerik.
|
|