Click here to Skip to main content
15,889,861 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
is there any good teacher or source to learn SP 2007 for development? i been looking a few online books and blogs but i feel like not getting anywhere.

I have a site already created in SP 2007 WSS, which i need to modify and add some more pages, like reset password for admin and user, forget password , send email to manager if specific task occur.

i am a vb.net programmer , never worked in SP 2007 before. Is there any tips or source or teacher out there which can help me out.

Here is the list i need to do .


VB
Task 1
· Investigate effects of removing the redundant login step (i.e., do we need to create a cookie at the first step?)
· Change step one to properly authenticate based on results from the investigation.
· Remove the second login step.
Task 2
· Create a Forgot Password page. Have the employee enter their username. Click Submit.
· on submit, have the system set the password to a random string and email it to the user.
· Create a link next to the username box that says "Forgot Username?" and directs to a Forgot username page.
· Have the user enter their email address and click submit.
· On Submit, the username is emailed to the user.
Task 3
· Create a page that is accessible after the employer logs in that is called "Employer Options"
· Create a section that allows the user to change their password by entering their old password, a new password, and verify the new password.
· Create a section that allows the user to email SleepAccess and request personal information to be changed.
Task 4
· Create a page that is available once an administrator logs into the site.
· Create drop down that allows them to select Administrator, Employer, and Employee
·Create a drop down that is visible once a selection is made on the top drop down that has every name of the persons in the selected category.
·Create a New Password text box with a Verify Password text box that must equal. Once they do, have it set the password to that password.
Task 5

· Create a page that informs the user their account has been locked.
·Create a form on the page that allows them to email the SleepAccess staff and request their account be reinstated.
· Send an email to SleepAccess informing them of the request.
· Make the user go to this page if they attempt to login and their account is locked out.




Thanks,

Navi
Posted
Updated 16-May-11 3:28am
v2

1 solution

Hi Navi,
I was going through ur requirement seems u need plenty to do.
First the task u are requesting is quite easy if you use Form based authentication and use your Authentication Provider or u can use existing ones also. But keep in mind using Form Based Authentication has other implecations in terms of desining pages using SharePoint Designer and many things.

About creating menu google for creating menu in SharePoint 2007 and i ma sure u will get idea to do that.
u have to start your early as u may come with lots other questions.

About Tutor your work is little typical so u wont get direct book or video for that just follow 1 step at time and you will be good.

Good Luck and post any further development help required.

Thanks
-Sam
 
Share this answer
 
v2
Comments
anjumnavid 16-May-11 11:27am    
Thanks sam!
I am working on my TASK 3. "Create a section that allows the user to email SleepAccess and request personal information to be changed." How i do this one? following two steps are done. As you can see in my TASK 3. do i need to create a page for that or workflow ? As a requirement i should have a link "Email to admin" .... for that do i need to create a page , for user after click on "Email to Admin" ?


I created the link for change password and used asp.net for that.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900